Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subpic/jupyter-data-science

Jupyter-Lab based setup for data science (Conda, TF2, XGBoost GPU)
https://github.com/subpic/jupyter-data-science

dockerfile jupyter-kernels keras-tensorflow xgboost-python

Last synced: 30 days ago
JSON representation

Jupyter-Lab based setup for data science (Conda, TF2, XGBoost GPU)

Awesome Lists containing this project

README

        

## Build

```
docker build -f Dockerfile -t jupyter-dl .
```

## Execute

```
nvidia-docker run -v $PWD:/mnt/home/ -p 8888:8888 -p 6006:6006 jupyter-dl
```

Note: The entrypoint script accepts Jupyter-Lab arguments

```
e.g. nvidia-docker run -v $PWD:/mnt/home/ -p 8888:8888 -p 6006:6006 jupyter-dl --notebook-dir=/mnt/home
```