We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f6a6cd + 2f4fc0a commit fdcfdb6Copy full SHA for fdcfdb6
amd/rhel9-python-3.9/Dockerfile
@@ -1,5 +1,7 @@
1
FROM registry.access.redhat.com/ubi9/python-39:latest
2
3
+RUN dnf install -y --enablerepo codeready-builder-for-rhel-8-x86_64-rpms re2c
4
+
5
LABEL name="odh-notebook-rocm-python-3.9" \
6
summary="ROCm Python 3.9 base image for ODH notebooks" \
7
description="ROCm Python 3.9 builder image based on RHEL Stream 9 for ODH notebooks" \
@@ -21,8 +23,8 @@ RUN echo "Installing softwares and packages" && micropipenv install && rm -f ./P
21
23
22
24
USER 0
25
-# Copy entitlement certificates
-COPY ./etc-pki-entitlement /etc/pki/entitlement
26
+# # Copy entitlement certificates
27
+# COPY ./etc-pki-entitlement /etc/pki/entitlement
28
29
# Install required packages
30
RUN yum -y install git java-1.8.0-openjdk && \
0 commit comments