File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
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}
4
4
container_name : cogstack-jupyter-hub
5
5
restart : always
6
6
environment :
Original file line number Diff line number Diff line change 9
9
# jupyter-singleuser-gpu AMD64: ogstacksystems/jupyter-singleuser-gput:latest-amd64
10
10
# last stable release build (AMD64 only): "cogstacksystems/jupyter-singleuser:1.2.7"
11
11
# 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 } "
13
13
14
14
# This needs to be set to true if you intend to use the GPU image
15
15
# possible values: "true", "false"
You can’t perform that action at this time.
0 commit comments