Skip to content

Commit

Permalink
fixup, install patch for tensorflow image
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jul 24, 2024
1 parent 2bae6f7 commit adedd4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions base/c9s-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ USER root
# Install usefull OS packages
RUN dnf install -y \
mesa-libGL \
patch \
wget \
&& dnf clean all && rm -rf /var/cache/yum

Expand Down
6 changes: 5 additions & 1 deletion base/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ RUN echo "Installing softwares and packages" && micropipenv install && rm -f ./P
USER root

# Install usefull OS packages
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
RUN dnf install -y \
mesa-libGL \
patch \
wget \
&& dnf clean all && rm -rf /var/cache/yum

# Other apps and tools installed as default user
USER 1001
Expand Down

0 comments on commit adedd4a

Please sign in to comment.