Course Name Machine Learning
Docker Image fenago/data-wrangling-python
Run Image docker run -d --user root -p 80:80 --name wrangling -e GRANT_SUDO=yes -e JUPYTER_ENABLE_LAB=yes fenago/data-wrangling-python 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 wrangling fenago/data-wrangling-python
docker push fenago/data-wrangling-python
Content type
Image
Digest
Size
2.6 GB
Last updated
over 4 years ago
docker pull fenago/data-wrangling-python