Jupyter notebook dockerfile
279
Docker image for running jupyter notebook.
Run the jupyter lab using the following command
docker run -d \
-p 8888:8888 \
-v /path:/home/vmuser/path \
avikdatta/pythoncondajupyterdockerimage bash -c "source ~/.bashrc && source activate pipeline-env && jupyter lab --ip=0.0.0.0 --port=8888 --no-browser"
Content type
Image
Digest
Size
1.7 GB
Last updated
almost 6 years ago
docker pull avikdatta/pythoncondajupyterdockerimage