Skip to content

Commit bf237f9

Browse files
committed
Updated compose & env files to reflect new minor release.
1 parent 145cab6 commit bf237f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
cogstack-jupyter-hub:
3-
image: cogstacksystems/jupyter-hub:2.0.0-${CPU_ARCHITECTURE:-amd64}
3+
image: cogstacksystems/jupyter-hub:2.0.1-${CPU_ARCHITECTURE:-amd64}
44
container_name: cogstack-jupyter-hub
55
restart: always
66
environment:

env/jupyter.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# jupyter-singleuser-gpu AMD64: ogstacksystems/jupyter-singleuser-gput:latest-amd64
1010
# last stable release build (AMD64 only): "cogstacksystems/jupyter-singleuser:1.2.7"
1111
# The CogStack images are huge and will take a bit to download
12-
DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:2.0.0-${CPU_ARCHITECTURE:-amd64}"
12+
DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:2.0.1-${CPU_ARCHITECTURE:-amd64}"
1313

1414
# This needs to be set to true if you intend to use the GPU image
1515
# possible values: "true", "false"

0 commit comments

Comments
 (0)