Skip to content

Commit 95f503b

Browse files
committed
Changed default SDK version to 0.*
1 parent adf0236 commit 95f503b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-nb-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip install -r requirements.txt
2222
RUN pip uninstall pickle5 -y
2323

2424
# Install codeflare-sdk and other libraries
25-
ARG SDK_VERSION=0.4.4
25+
ARG SDK_VERSION=0.*
2626
RUN pip install codeflare-sdk==${SDK_VERSION} \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \

0 commit comments

Comments
 (0)