# docker-zoo **Repository Path**: apulisplatform/docker-zoo ## Basic Information - **Project Name**: docker-zoo - **Description**: Docker Zoo is a repository for standardizing management algorithm container images. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: v1.6.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2022-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker-Zoo Docker Zoo is a repository for standardizing management algorithm container images. # 镜像交付流程 ![Image text](./static/image-deliver.png) # [Apulis-Wiki](https://apulis-gitlab.apulis.cn/apulis/apulis-wiki/-/tree/master/algorithm/Q%26A/Environment/Docker) - 使用方法:直接在右上角搜索框中搜索对应错误关键词 - 如果搜索不到相关问题,直接对README.md文件进行修改,提出新问题 - # 镜像基础package - jupyter与ssh需要在系统原始python中安装对应package,在虚拟环境中(例如anaconda)安装会无法被平台调用 ### python package ```shell script python -m pip install Pillow matplotlib opencv-python tensorboard jupyter jupyterlab cloudpickle Cython easydict ``` ### system package ```shell script apt update && apt install -y screen nano curl git sudo net-tools wget libgl1-mesa-glx vim libglib2.0-0 zip unzip rar unrar openssh-sftp-server openssh-client openssh-server ssh ``` # 镜像管理框架 ![Image text](./static/image_frame.png) # 镜像层级结构 ![Image text](./static/image_process.png)