We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb49dc5 commit c811a2fCopy full SHA for c811a2f
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.2.2 \
+RUN pip install codeflare-sdk==0.3.0 \
27
datasets==2.6.1 \
28
transformers==4.23.1 \
29
evaluate==0.3.0 \
custom-nb-image/VERSION
@@ -1 +1 @@
1
-sdk0.2.2-v1
+sdk0.3.0-v1
0 commit comments