Skip to content

Commit

Permalink
J-hub env updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 24, 2025
1 parent 618e4e8 commit 8754a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/jupyter.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# use the default official one which is clean.
# possible values:
# "jupyterhub/singleuser:latest" <-- minimal, nothing installed
# "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!
# "cogstacksystems/jupyter-singleuser:latest-${CPU_ARCHITECTURE:-amd64}" <-- has all the packages required for cogstack: python, R etc
# "cogstacksystems/jupyter-singleuser-gpu:latest-${CPU_ARCHITECTURE:-amd64}" <-- 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:2.0.0-${CPU_ARCHITECTURE:-amd64}"

Expand Down

0 comments on commit 8754a39

Please sign in to comment.