From 694e58ff2af3d2e09dd4e89b6fe30352ab7bcb0c Mon Sep 17 00:00:00 2001 From: "Mark J. Bennett" <46171518+MarkJosephBennett@users.noreply.github.com> Date: Mon, 24 May 2021 15:32:01 -0500 Subject: [PATCH 1/2] Update README.md --- gtc21-s32407-backtestingequityinvestmentstrats/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtc21-s32407-backtestingequityinvestmentstrats/README.md b/gtc21-s32407-backtestingequityinvestmentstrats/README.md index 301151ac..e2e66f8c 100644 --- a/gtc21-s32407-backtestingequityinvestmentstrats/README.md +++ b/gtc21-s32407-backtestingequityinvestmentstrats/README.md @@ -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='' From 0b93a06e4540b89185c098c5a177b03be0f5ad79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:41:22 +0000 Subject: [PATCH 2/2] Bump jupyterlab Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 1.2.1 to 1.2.21. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/commits) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtc21-s32407-backtestingequityinvestmentstrats/docker/requirements.txt b/gtc21-s32407-backtestingequityinvestmentstrats/docker/requirements.txt index 2cf57d6b..30c84453 100644 --- a/gtc21-s32407-backtestingequityinvestmentstrats/docker/requirements.txt +++ b/gtc21-s32407-backtestingequityinvestmentstrats/docker/requirements.txt @@ -7,6 +7,6 @@ cupy-cuda110 pandas dask-cuda jupyter -jupyterlab==1.2.1 +jupyterlab==1.2.21 jupyterlab-nvdashboard dask_labextension