Skip to content

Commit

Permalink
add 'python311-devel' package
Browse files Browse the repository at this point in the history
fix #16
  • Loading branch information
YanWenKun committed Feb 3, 2024
1 parent b9b7dbf commit da8c2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL maintainer="code@yanwk.fun"
RUN --mount=type=cache,target=/var/cache/zypp \
set -eu \
&& zypper install --no-confirm \
python311 python311-pip \
python311 python311-pip python311-devel \
python311-wheel python311-setuptools python311-numpy \
shadow git aria2 \
Mesa-libGL1 libgthread-2_0-0 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-rocm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="code@yanwk.fun"
RUN --mount=type=cache,target=/var/cache/zypp \
set -eu \
&& zypper install --no-confirm \
python311 python311-pip \
python311 python311-pip python311-devel \
python311-wheel python311-setuptools python311-numpy \
shadow git aria2 \
Mesa-libGL1
Expand Down

0 comments on commit da8c2f7

Please sign in to comment.