diff --git a/custom-nb-image/Dockerfile b/custom-nb-image/Dockerfile index 7200ed925..a853440bf 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.4 \ +RUN pip install codeflare-sdk==0.4.5 \ 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 79b0815e6..a423f7f06 100644 --- a/custom-nb-image/VERSION +++ b/custom-nb-image/VERSION @@ -1 +1 @@ -v0.4.4 +v0.4.5