We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0c25f commit f529763Copy full SHA for f529763
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.0 \
+RUN pip install codeflare-sdk==0.4.1 \
27
datasets==2.6.1 \
28
transformers==4.23.1 \
29
evaluate==0.3.0
custom-nb-image/VERSION
@@ -1 +1 @@
1
-sdk0.4.0-v1
+sdk0.4.1-v1
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "codeflare-sdk"
3
-version = "0.4.0"
+version = "0.4.1"
4
description = "Python SDK for codeflare client"
5
6
license = "Apache-2.0"
0 commit comments