From dec20ea725afa447c2d7350e9dd80010bfcd062b Mon Sep 17 00:00:00 2001 From: MichaelClifford Date: Thu, 2 Feb 2023 14:14:02 -0500 Subject: [PATCH] update base notebook image to ODH --- custom-nb-image/Dockerfile | 2 +- custom-nb-image/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-nb-image/Dockerfile b/custom-nb-image/Dockerfile index e184747cd..24da085ba 100644 --- a/custom-nb-image/Dockerfile +++ b/custom-nb-image/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/thoth-station/s2i-minimal-py38-notebook:latest +FROM quay.io/opendatahub/notebooks:jupyter-minimal-ubi8-python-3.8-4c8f26e # Install: torch (v1.12), ray (v2.1.0) and others diff --git a/custom-nb-image/VERSION b/custom-nb-image/VERSION index 47de43366..b1803f36c 100644 --- a/custom-nb-image/VERSION +++ b/custom-nb-image/VERSION @@ -1 +1 @@ -sdk0.2.1-v1 +sdk0.2.1-v2