Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump jupyterlab from 1.2.1 to 1.2.21 in /gtc21-s32407-backtestingequityinvestmentstrats/docker #142

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gtc21-s32407-backtestingequityinvestmentstrats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ docker build --network host --file docker/Dockerfile --tag beis:nvidia .
## Run
docker run --network host --runtime=nvidia --gpus all --rm -it beis:nvidia

if there is the error: docker: Error response from daemon: Unknown runtime specified nvidia.
then refer to this page: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
under where you first see Setting up NVIDIA Container Toolkit and be sure to restart jupyter notebook.

## Run notebooks: already in Dockerfile
jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root --no-browser --NotebookApp.token=''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ cupy-cuda110
pandas
dask-cuda
jupyter
jupyterlab==1.2.1
jupyterlab==1.2.21
jupyterlab-nvdashboard
dask_labextension