You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error while building a new base image with this command run under directory /base:
make all RELEASE=2025a DATE=20250110
[1/2] STEP 18/20: RUN patch -u /opt/app-root/bin/activate -i patch.txt && rm patch.txt
patching file /opt/app-root/bin/activate
Hunk #1 FAILED at 54.
1 out of 1 hunk FAILED -- saving rejects to file /opt/app-root/bin/activate.rej
Error: building at STEP "RUN patch -u /opt/app-root/bin/activate -i patch.txt && rm patch.txt": while running runtime: exit status 1
make: *** [c9s-py39] Error 1
Is is possible that the latest CentOS9 from sclorg quay.io/sclorg/python-311-c9s:c9s
does not require that patch anymore?
Did not find anything related to
Getting the following error while building a new base image with this command run under directory
/base
:make all RELEASE=2025a DATE=20250110
Is is possible that the latest CentOS9 from sclorg
quay.io/sclorg/python-311-c9s:c9s
does not require that patch anymore?
Did not find anything related to
https://github.com/opendatahub-io-contrib/workbench-images/blob/main/base/c9s/Containerfile#L87
at
https://github.com/opendatahub-io/notebooks/
The text was updated successfully, but these errors were encountered: