Skip to content

Commit 2348361

Browse files
Update Notebook Image to sdk0.3.1 and to use torchx from codeflare org (#65)
* update torchx to codeflare org * update notebook image to sdk0.3.1-v1
1 parent 6a71930 commit 2348361

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom-nb-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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.3.0 \
26+
RUN pip install codeflare-sdk==0.3.1 \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \
2929
evaluate==0.3.0 \
30-
git+https://github.com/MichaelClifford/torchx.git@ray2-patch
30+
git+https://github.com/project-codeflare/torchx.git@OCP

custom-nb-image/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sdk0.3.0-v1
1+
sdk0.3.1-v1

0 commit comments

Comments
 (0)