File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments