File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
52
52
torch==2.7.0.dev20250308+rocm${version}\
53
53
torchvision==0.22.0.dev20250308+rocm${version} && \
54
54
# Install libdrm-amdgpu to avoid errors when retrieving device information (amdgpu.ids: No such file or directory)
55
- microdnf install -y libdrm-amdgpu && \
55
+ microdnf install -y --nodocs libdrm-amdgpu && \
56
56
microdnf clean all
57
57
58
58
@@ -71,7 +71,7 @@ ENV CCACHE_DIR=/root/.cache/ccache
71
71
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
72
72
rpm -ql epel-release && \
73
73
microdnf -y update && \
74
- microdnf -y install \
74
+ microdnf --nodocs - y install \
75
75
ccache \
76
76
git \
77
77
# packages required to build vllm
@@ -163,7 +163,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache \
163
163
#################### libsodium Build IMAGE ####################
164
164
FROM rocm_base as libsodium-builder
165
165
166
- RUN microdnf install -y gcc gzip tar \
166
+ RUN microdnf install -y --nodocs gcc gzip tar \
167
167
&& microdnf clean all
168
168
169
169
WORKDIR /usr/src/libsodium
You can’t perform that action at this time.
0 commit comments