Old Version Tag: version-2021
Run Image: docker run -d --restart=always --user root -p 80:80 -p 6006:6006 -p 6007:6007 --name dsml -e GRANT_SUDO=yes -e JUPYTER_ENABLE_LAB=yes fenago/datascience-ml-next-level jupyter lab --port 80 --allow-root
Note: You can also run multiple instances of jupyterLab by changing container name and port ( -p <update-host-port>: 80 ) in the above command.
Commit & Push Changes
docker commit dsml fenago/datascience-ml-next-level
docker push fenago/datascience-ml-next-level
Content type
Image
Digest
Size
3.7 GB
Last updated
over 4 years ago
docker pull fenago/datascience-ml-next-level