This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
zeroAska edited this page Nov 5, 2020
·
15 revisions
https://docs.docker.com/v17.09/engine/installation/linux/docker-ce/ubuntu/#install-docker-ce
https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0)
https://docs.docker.com/install/linux/linux-postinstall/
https://www.tensorflow.org/install/docker#download_a_tensorflow_docker_image
git clone [email protected]:UMich-BipedLab/docker_images.git
cd semantic_mapping_melodic
docker build --tag umrobotics/semantic_mapping_melodic .
bash run_cuda_docker.bash [container_name]
docker ps -a
docker exec -it [container_name] /bin/bash
docker exec -u root -it [container_name] /bin/bash
docker ps -a
--> Find you old container name
docker start [container_name]
- before your launch the new container: use
docker run
with disk mounting https://github.com/UMich-BipedLab/docker_images/blob/ef277bfb54a9a12b9055a95ede0d781320823498/cvo_gpu/run_cuda_docker.bash#L16 - to a running container: use
docker stop [container_name]
to stop and then usedocker commit [container_name]
to launch the container again, with disk mounting command indocker run
It is recommended to open a new tmux session first, and open docker container inside tmux.