From 9ca9d50285d41d46c2754389a5a5ddae76b78af5 Mon Sep 17 00:00:00 2001 From: Rockford Mankini Date: Thu, 30 Nov 2023 14:10:00 -0800 Subject: [PATCH] ds only for now --- images/spec.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/images/spec.yml b/images/spec.yml index 0c84a55a..141fbd05 100644 --- a/images/spec.yml +++ b/images/spec.yml @@ -9,21 +9,6 @@ images: JUPYTERHUB_VERSION: 1.4.1 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"