From c0082df34b8abad716d269baa9528286df8727af Mon Sep 17 00:00:00 2001 From: maxusmusti Date: Tue, 11 Apr 2023 15:38:32 -0400 Subject: [PATCH] Update notebook image for 0.4.2 --- 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 54a65532d..aaa3741ec 100644 --- a/custom-nb-image/Dockerfile +++ b/custom-nb-image/Dockerfile @@ -23,7 +23,7 @@ RUN pip install -r requirements.txt RUN pip uninstall pickle5 -y # Install codeflare-sdk and other libraries -RUN pip install codeflare-sdk==0.4.1 \ +RUN pip install codeflare-sdk==0.4.2 \ datasets==2.6.1 \ transformers==4.23.1 \ evaluate==0.3.0 diff --git a/custom-nb-image/VERSION b/custom-nb-image/VERSION index f0ce0c6cc..530be0877 100644 --- a/custom-nb-image/VERSION +++ b/custom-nb-image/VERSION @@ -1 +1 @@ -sdk0.4.1-v1 +sdk0.4.2-v1