Sign inSign up

avikdatta/pythoncondajupyterdockerimage

By avikdatta

Updated almost 6 years ago

Jupyter notebook dockerfile

Image
0

279

avikdatta/pythoncondajupyterdockerimage repository overview

DockerPulls DockerStars DockerStars

PythonCondaJupyterDockerImage

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"

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

almost 6 years ago

docker pull avikdatta/pythoncondajupyterdockerimage