Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom-nb-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom-nb-image/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.4
v0.4.5