From 43b0339006938c6278f96a5dae084f24325d654c Mon Sep 17 00:00:00 2001 From: Anish Asthana Date: Thu, 8 Jun 2023 16:59:56 +0000 Subject: [PATCH] Update CodeFlare-sdk Notebook Image to 0.4.4 Signed-off-by: Anish Asthana --- 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 3d694c764..7200ed925 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.3 \ +RUN pip install codeflare-sdk==0.4.4 \ 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 fa4fb501a..79b0815e6 100644 --- a/custom-nb-image/VERSION +++ b/custom-nb-image/VERSION @@ -1 +1 @@ -sdk0.4.3-v1 +v0.4.4