Skip to content

Commit 06a3a59

Browse files
KPostOfficeopenshift-ci[bot]
authored andcommitted
update py lib to 3.9
Signed-off-by: Kevin <[email protected]>
1 parent 1c786d3 commit 06a3a59

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
@@ -27,5 +27,5 @@ RUN pip install codeflare-sdk==${SDK_VERSION} \
2727
transformers==4.23.1 \
2828
evaluate==0.3.0
2929

30-
RUN chmod -R g+w /opt/app-root/lib/python3.8/site-packages && \
30+
RUN chmod -R g+w /opt/app-root/lib/python3.9/site-packages && \
3131
fix-permissions /opt/app-root -P

custom-nb-image/imagestream.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
annotations:
2222
opendatahub.io/notebook-image-name:
2323
"CodeFlare Notebook"
24-
opendatahub.io/notebook-image-desc: "Custom Jupyter notebook image with CodeFlare SDK, Python 3.8, Ray 2.5.0 and PyTorch 1.12.1"
24+
opendatahub.io/notebook-image-desc: "Custom Jupyter notebook image with CodeFlare SDK, Python 3.9, Ray 2.7.0 and PyTorch 1.12.1"
2525
spec:
2626
lookupPolicy:
2727
local: true

0 commit comments

Comments
 (0)