An all-in-one Ubuntu 16.04 image for deploying DeepLearning anywhere
1.6K
on your machine:
run the image:
nvidia-docker run -it yiminglin/dl-image:latest
mount the home directory of the host machine:
nvidia-docker run -v /home/yiming/:$(pwd) -it yiminglin/dl-image:latest
work with Jupyter notebook:
nvidia-docker run -v /home/yiming/:$(pwd) -it -p 8888:8888 yiminglin/dl-image:latest sh -c "jupyter notebook --allow-root --no-browser --ip 0.0.0.0 /home/yiming"
Content type
Image
Digest
Size
6.7 GB
Last updated
about 9 years ago
docker pull yiminglin/dl-image