We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4b0c1 commit b4d84c1Copy full SHA for b4d84c1
custom-nb-image/Dockerfile
@@ -23,7 +23,7 @@ RUN pip install -r requirements.txt
23
RUN pip uninstall pickle5 -y
24
25
# Install codeflare-sdk and other libraries
26
-RUN pip install codeflare-sdk==0.4.4 \
+RUN pip install codeflare-sdk==0.4.5 \
27
datasets==2.6.1 \
28
transformers==4.23.1 \
29
evaluate==0.3.0
custom-nb-image/VERSION
@@ -1 +1 @@
1
-v0.4.4
+v0.4.5
0 commit comments