Skip to content

Commit

Permalink
fixed code issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyashrigai committed Jul 19, 2024
1 parent 096304e commit e4152f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter/datascience/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ COPY constraints.txt /etc/constraints.txt

USER root
RUN if [ "$(uname -m)" = "ppc64le" ]; then \
dnf install -y unixODBC-devel python3-devel openblas* openssl-devel && dnf clean all \
dnf install -y unixODBC-devel python3-devel openblas* openssl-devel && \
dnf clean all; \
fi
USER 1001

Expand Down

0 comments on commit e4152f6

Please sign in to comment.