Skip to content

Commit

Permalink
re-enable rstudio+scipy-ml for notebook7
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Jan 30, 2024
1 parent 9f94110 commit 10af6e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions images/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ images:
PY_VER_SHORT: "3.9"
JUPYTERHUB_VERSION: 4.0.2
info_cmds: [PY_VER, PIP_LIST, CONDA_INFO, CONDA_LIST, APT_PKG_LIST]
rstudio-notebook:
image_name: ghcr.io/ucsd-ets/rstudio-notebook
depend_on: datascience-notebook
integration_tests: true
info_cmds: [PY_VER, PIP_LIST, CONDA_INFO, CONDA_LIST, APT_PKG_LIST]
prune: true
scipy-ml-notebook:
image_name: ghcr.io/ucsd-ets/scipy-ml-notebook
depend_on: datascience-notebook
integration_tests: false
info_cmds: [PY_VER, PIP_LIST, CUDA_VERSION, CONDA_INFO, CONDA_LIST, APT_PKG_LIST]
prune: false # comment if scipy-ml stops being the last container
#prepull: false #-- uncomment to disable prepulling behavior for scipy-ml. gives you space on machine in exchange for build time.

tag:
prefix: "2023.4"
Expand Down

0 comments on commit 10af6e5

Please sign in to comment.