File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11services :
22 cogstack-jupyter-hub :
3- image : cogstacksystems/jupyter-hub:2.0.2 -${CPU_ARCHITECTURE:-amd64}
3+ image : cogstacksystems/jupyter-hub:${JUPYTER_HUB_IMAGE_RELEASE_VERSION:-latest} -${CPU_ARCHITECTURE:-amd64}
44 container_name : cogstack-jupyter-hub
55 restart : always
66 environment :
@@ -46,8 +46,10 @@ services:
4646
4747volumes :
4848 jupyter-hub-vol :
49+ name : " ${VOLUME_PREFIX:-deploy_}jupyter-hub-vol"
4950 driver : local
5051 jupyter-hub-shared-scratch :
52+ name : " ${VOLUME_PREFIX:-deploy_}jupyter-hub-shared-scratch"
5153 driver : local
5254
5355# ---------------------------------------------------------------------------#
Original file line number Diff line number Diff line change 55# remove if this causes issues on any other platform
66# possible values: amd64, arm64
77CPU_ARCHITECTURE = amd64
8- DOCKER_DEFAULT_PLATFORM = linux/${ CPU_ARCHITECTURE:-amd64 }
8+ DOCKER_DEFAULT_PLATFORM = linux/${ CPU_ARCHITECTURE:-amd64 }
9+ COMPOSE_BAKE = True
10+
11+ # This variable is used only in the cogstack-nifi repository since it is
12+ # the main repository used for deplyments, located here for consistency and reference
13+ # We need to maintain the prefix for the volumes as if
14+ # they were deployed from the cogstack-nifi repository /deploy folder
15+ #
16+ # VOLUME_PREFIX=deploy_
Original file line number Diff line number Diff line change 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.2-${ CPU_ARCHITECTURE:-amd64 } "
12+ JUPYTER_HUB_IMAGE_RELEASE_VERSION = 2.0.2
13+ DOCKER_NOTEBOOK_IMAGE = " cogstacksystems/jupyter-singleuser:${ JUPYTER_HUB_IMAGE_RELEASE_VERSION:-latest } -${ CPU_ARCHITECTURE:-amd64 } "
1314
1415# This needs to be set to true if you intend to use the GPU image
1516# possible values: "true", "false"
You can’t perform that action at this time.
0 commit comments