Skip to content

Commit ca2c3ac

Browse files
Merge pull request #323 from red-hat-data-services/update-dockerfile
Update Dockerfile
2 parents 0a1a745 + c7aab00 commit ca2c3ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

amd/rhel9-python-3.9/Dockerfile

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

3+
USER root
4+
5+
# Copy entitlements
6+
COPY ./etc-pki-entitlement /etc/pki/entitlement
7+
38
RUN dnf install -y --enablerepo codeready-builder-for-rhel-8-x86_64-rpms re2c
49

510
LABEL name="odh-notebook-rocm-python-3.9" \

0 commit comments

Comments
 (0)