Skip to content

Commit

Permalink
Deploy: updated services for new release (1.2.5).
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed May 13, 2024
1 parent 695698d commit 17a4fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/jupyter.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# "cogstacksystems/jupyter-singleuser:latest" <-- has all the packages required for cogstack: python, R etc
# "cogstacksystems/jupyter-singleuser-gpu:latest" <-- REQUIRES YOU TO HAVE A GPU otherwise it will crash!
# The CogStack images are huge and will take a bit to download
DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:latest"
DOCKER_NOTEBOOK_IMAGE="cogstacksystems/jupyter-singleuser:1.2.5"

# This needs to be set to true if you intend to use the GPU image
# possible values: "true", "false"
Expand Down
6 changes: 3 additions & 3 deletions deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ services:
# NiFi webapp #
#---------------------------------------------------------------------------#
nifi:
image: cogstacksystems/cogstack-nifi:1.2.4
image: cogstacksystems/cogstack-nifi:1.2.5
#build:
# context: ../nifi/
# args:
Expand Down Expand Up @@ -1004,7 +1004,7 @@ services:
- cognet

nifi-nginx:
image: cogstacksystems/nifi-nginx:1.2.4
image: cogstacksystems/nifi-nginx:1.2.5
container_name: cogstack-nifi-nginx
restart: always
env_file:
Expand Down Expand Up @@ -1040,7 +1040,7 @@ services:
# Jupyter Hub #
#---------------------------------------------------------------------------#
jupyter-hub:
image: cogstacksystems/jupyter-hub:latest
image: cogstacksystems/jupyter-hub:1.2.5
#build:
# context: ../services/jupyter-hub/
# args:
Expand Down

0 comments on commit 17a4fce

Please sign in to comment.