Skip to content

Commit

Permalink
reenable prepuller
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Feb 14, 2024
1 parent 8a35ce4 commit ef88abd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,21 @@ images:
PY_VER_SHORT: "3.9"
JUPYTERHUB_VERSION: 1.4.1
info_cmds: [PY_VER, PIP_LIST, CONDA_INFO, CONDA_LIST, APT_PKG_LIST]
prepull: false

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
prepull: false

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.
#prepull: false #-- uncomment to disable prepulling behavior for scipy-ml. gives you space on machine in exchange for build time.

tag:
prefix: "2024.2"
Expand Down

0 comments on commit ef88abd

Please sign in to comment.