File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
361
361
apt-get autoremove -y && \
362
362
rm -rf /var/lib/apt/lists/*
363
363
364
- RUN wget --no-check-certificate https://github.com/intel/xpumanager/releases/download/V1.2.38/xpu-smi_1.2.38_20240718.060204.0db09695.u22.04_amd64.deb
364
+ ARG XPU_SMI_BINARY
365
+
366
+ RUN wget --progress=dot:giga --no-check-certificate XPU_SMI_BINARY
365
367
366
368
RUN ldconfig && dpkg -i --force-all *.deb
367
369
Original file line number Diff line number Diff line change @@ -185,7 +185,8 @@ services:
185
185
build :
186
186
args :
187
187
PACKAGE_OPTION : pip
188
- GID : 109
188
+ GID : ${GID:-109}
189
+ XPU_SMI_BINARY : ${XPU_SMI_BINARY:-https://github.com/intel/xpumanager/releases/download/V1.2.38/xpu-smi_1.2.38_20240718.060204.0db09695.u22.04_amd64.deb}
189
190
labels :
190
191
dependency.apt.numactl : true
191
192
dependency.apt.openjdk-17-jdk : true
You can’t perform that action at this time.
0 commit comments