diff --git a/custom-nb-image/Dockerfile b/custom-nb-image/Dockerfile index aaa3741ec..04a777149 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.2 \ +RUN pip install codeflare-sdk==0.4.3 \ 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 530be0877..fa4fb501a 100644 --- a/custom-nb-image/VERSION +++ b/custom-nb-image/VERSION @@ -1 +1 @@ -sdk0.4.2-v1 +sdk0.4.3-v1