We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48beb0 commit 37c1b62Copy full SHA for 37c1b62
docker/docker-compose.yml
@@ -52,4 +52,5 @@ volumes:
52
53
networks:
54
cognet:
55
+ driver: bridge
56
name: cogstack-net
env/jupyter.env
@@ -9,7 +9,7 @@
9
# jupyter-singleuser-gpu AMD64: ogstacksystems/jupyter-singleuser-gput:latest-amd64
10
# last stable release build (AMD64 only): "cogstacksystems/jupyter-singleuser:1.2.7"
11
# The CogStack images are huge and will take a bit to download
12
-DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:latest-${CPU_ARCHITECTURE:-amd64}"
+DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:2.0.0-${CPU_ARCHITECTURE:-amd64}"
13
14
# This needs to be set to true if you intend to use the GPU image
15
# possible values: "true", "false"
0 commit comments