Skip to content

Commit

Permalink
update py lib to 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin <[email protected]>
  • Loading branch information
KPostOffice authored and openshift-ci[bot] committed Oct 11, 2023
1 parent 1c786d3 commit 06a3a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-nb-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ RUN pip install codeflare-sdk==${SDK_VERSION} \
transformers==4.23.1 \
evaluate==0.3.0

RUN chmod -R g+w /opt/app-root/lib/python3.8/site-packages && \
RUN chmod -R g+w /opt/app-root/lib/python3.9/site-packages && \
fix-permissions /opt/app-root -P
2 changes: 1 addition & 1 deletion custom-nb-image/imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
annotations:
opendatahub.io/notebook-image-name:
"CodeFlare Notebook"
opendatahub.io/notebook-image-desc: "Custom Jupyter notebook image with CodeFlare SDK, Python 3.8, Ray 2.5.0 and PyTorch 1.12.1"
opendatahub.io/notebook-image-desc: "Custom Jupyter notebook image with CodeFlare SDK, Python 3.9, Ray 2.7.0 and PyTorch 1.12.1"
spec:
lookupPolicy:
local: true
Expand Down

0 comments on commit 06a3a59

Please sign in to comment.