aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-24 09:01:10 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-24 09:01:10 +0000
commitc31b2633d38af1a2512ebf99b9921702b8755412 (patch)
tree015fa91ff41062e4bb32465af81b5ae5539c7980
parentadded proxy (diff)
downloadjupyter-notebook-docker-compose-c31b2633d38af1a2512ebf99b9921702b8755412.tar.gz
jupyter-notebook-docker-compose-c31b2633d38af1a2512ebf99b9921702b8755412.zip
nvidia run time
-rw-r--r--docker-compose.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index ff2b6fe..1acf735 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -18,12 +18,10 @@ services:
- "host.docker.internal:host-gateway"
environment:
- JUPYTER_ENABLE_LAB=yes
- # - HTTP_PROXY=http://host.docker.internal:9995
- # - HTTPS_PROXY=http://host.docker.internal:9995
- # - NO_PROXY="localhost, 127.0.0.1"
- HTTP_PROXY=socks5://172.17.0.1:9995
- HTTPS_PROXY=socks5://172.17.0.1:9995
- NO_PROXY="localhost, 127.0.0.1"
+ runtime: nvidia
volumes:
devijlab-vault:
networks: