Base image with Jupyter notebook and multiple programming languages.
1.6K
Linux: run the commands from Nvidia.
Windows:
Jetson:
Restart computer after the installation.
Follow the instructions from Nvidia.
On Windows, do not use Docker Desktop for Windows. Instead, install nvidia-docker using WSL command line as above.
sudo docker pull yinyang/base
sudo docker pull yinyang/base:jetson Linux and Windows WSL: sudo docker run --rm -it --gpus all --net host yinyang/base
Jetson: sudo docker run --rm -it --gpus all --net host yinyang/base:jetson
jupyter notebook password
jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --allow-root
localhost:8888 in a web browser.Step 1: run this docker image with sudo docker run --rm -it --gpus all --name base_container yinyang/base.
Step 2: install your own packages. For example:
conda install your_own_packageapt install another_packageStep 3: Detach from the docker image with Ctrl-P, Ctrl-Q, and then run docker commit base_container your_new_image_name.
Content type
Image
Digest
Size
6.5 GB
Last updated
over 4 years ago
docker pull yinyang/base