Skip to content

Commit c811a2f

Browse files
authored
Update notebook image for 0.3.0 (#72)
* Update notebook image for 0.3.0 * Updated image version
1 parent fb49dc5 commit c811a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom-nb-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN pip install -r requirements.txt
2323
RUN pip uninstall pickle5 -y
2424

2525
# Install codeflare-sdk and other libraries
26-
RUN pip install codeflare-sdk==0.2.2 \
26+
RUN pip install codeflare-sdk==0.3.0 \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \
2929
evaluate==0.3.0 \

custom-nb-image/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sdk0.2.2-v1
1+
sdk0.3.0-v1

0 commit comments

Comments
 (0)