v3.4.1, Python v3.6.5https://github.com/OnlyBelter/docker-repo/blob/master/jupyter-notebook/Dockerfile
version: '3'
services:
jupyterlab:
image: onlybelter/ds-notebook
command: /bin/bash -c "jupyter lab --no-browser --ip=0.0.0.0 --notebook-dir=/mnt/notebook"
volumes:
- ~/jupyter-note:/mnt/notebook
- /etc/localtime:/etc/localtime:ro
environment:
- PYTHONUNBUFFERED=1
ports:
- 8888:8888
ds-notebookdocker-compose.yml under this folderdocker-compose.yml(showed above) to this filesudo docker-compose uplocalhost:8888/labContent type
Image
Digest
Size
2.4 GB
Last updated
about 8 years ago
docker pull onlybelter/ds-notebook