From da8c2f7e6ce6c14ce72dae35987306eb7f544c8d Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Sun, 4 Feb 2024 04:57:33 +0800 Subject: [PATCH] add 'python311-devel' package fix #16 --- Dockerfile | 2 +- Dockerfile-rocm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index efb7d77..df7f286 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile-rocm b/Dockerfile-rocm index ed88f0b..657a37b 100644 --- a/Dockerfile-rocm +++ b/Dockerfile-rocm @@ -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