Run Image docker run -d --restart=always --user root -p 80:80 --name automated -e GRANT_SUDO=yes -e JUPYTER_ENABLE_LAB=yes fenago/automated-machine-learning 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 automated fenago/automated-machine-learning
docker push fenago/automated-machine-learning
Content type
Image
Digest
sha256:91eeb65ae…
Size
2.9 GB
Last updated
about 4 years ago
docker pull fenago/automated-machine-learning