Skip to content

Commit 17a4fce

Browse files
committed
Deploy: updated services for new release (1.2.5).
1 parent 695698d commit 17a4fce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/jupyter.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# "cogstacksystems/jupyter-singleuser:latest" <-- has all the packages required for cogstack: python, R etc
77
# "cogstacksystems/jupyter-singleuser-gpu:latest" <-- REQUIRES YOU TO HAVE A GPU otherwise it will crash!
88
# The CogStack images are huge and will take a bit to download
9-
DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:latest"
9+
DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:1.2.5"
1010

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

deploy/services.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ services:
906906
# NiFi webapp #
907907
#---------------------------------------------------------------------------#
908908
nifi:
909-
image: cogstacksystems/cogstack-nifi:1.2.4
909+
image: cogstacksystems/cogstack-nifi:1.2.5
910910
#build:
911911
# context: ../nifi/
912912
# args:
@@ -1004,7 +1004,7 @@ services:
10041004
- cognet
10051005

10061006
nifi-nginx:
1007-
image: cogstacksystems/nifi-nginx:1.2.4
1007+
image: cogstacksystems/nifi-nginx:1.2.5
10081008
container_name: cogstack-nifi-nginx
10091009
restart: always
10101010
env_file:
@@ -1040,7 +1040,7 @@ services:
10401040
# Jupyter Hub #
10411041
#---------------------------------------------------------------------------#
10421042
jupyter-hub:
1043-
image: cogstacksystems/jupyter-hub:latest
1043+
image: cogstacksystems/jupyter-hub:1.2.5
10441044
#build:
10451045
# context: ../services/jupyter-hub/
10461046
# args:

0 commit comments

Comments
 (0)