Skip to content

Commit e782cbc

Browse files
authored
fix(gpu.md): update dnf commands and clarify GPU setup instructions (podman-desktop#14897)
Signed-off-by: Raul Leite <sp4wn.root@gmail.com>
1 parent 3d50eba commit e782cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/podman/gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ USER 0
147147

148148
RUN dnf -y install dnf-plugins-core && \
149149
dnf -y install dnf-plugin-versionlock && \
150-
dnf -y install mesa-vulkan-drivers vulkan-loader-devel vulkan-headers vulkan-tools vulkan-loader glslc && \
150+
dnf -y install mesa-vulkan-drivers vulkan-loader-devel vulkan-headers vulkan-tools vulkan-loader glslc --setopt=install_weak_deps=False && \
151151
dnf -y copr enable slp/mesa-krunkit fedora-40-aarch64 && \
152152
dnf -y downgrade mesa-vulkan-drivers.aarch64 --repo=copr:copr.fedorainfracloud.org:slp:mesa-krunkit && \
153153
dnf versionlock mesa-vulkan-drivers && \
154-
dnf clean all
154+
dnf clean all && rm -rf /var/cache/dnf
155155
```
156156

157157
2. Build the image:

0 commit comments

Comments
 (0)