Skip to content

Commit fdcfdb6

Browse files
Merge pull request #316 from red-hat-data-services/add-codeready-builder
Update Dockerfile
2 parents 7f6a6cd + 2f4fc0a commit fdcfdb6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

amd/rhel9-python-3.9/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM registry.access.redhat.com/ubi9/python-39:latest
22

3+
RUN dnf install -y --enablerepo codeready-builder-for-rhel-8-x86_64-rpms re2c
4+
35
LABEL name="odh-notebook-rocm-python-3.9" \
46
summary="ROCm Python 3.9 base image for ODH notebooks" \
57
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
2123

2224
USER 0
2325

24-
# Copy entitlement certificates
25-
COPY ./etc-pki-entitlement /etc/pki/entitlement
26+
# # Copy entitlement certificates
27+
# COPY ./etc-pki-entitlement /etc/pki/entitlement
2628

2729
# Install required packages
2830
RUN yum -y install git java-1.8.0-openjdk && \

0 commit comments

Comments
 (0)