diff --git a/custom-nb-image/Dockerfile b/custom-nb-image/Dockerfile index 16ad45189..7c33dd998 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.2.2 \ +RUN pip install codeflare-sdk==0.3.0 \ 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 0975e046a..1aca2daf2 100644 --- a/custom-nb-image/VERSION +++ b/custom-nb-image/VERSION @@ -1 +1 @@ -sdk0.2.2-v1 +sdk0.3.0-v1