We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d23db commit 325d79cCopy full SHA for 325d79c
pytorch/Dockerfile
@@ -194,7 +194,8 @@ RUN apt-get update && \
194
WORKDIR /
195
COPY xpu-requirements.txt .
196
197
-RUN python -m pip install --no-cache-dir -r xpu-requirements.txt
+RUN python -m pip install --no-cache-dir -r xpu-requirements.txt && \
198
+ rm -rf xpu-requirements.txt /etc/apt/sources.list.d/intel-gpu-jammy.list /etc/apt/sources.list.d/oneAPI.list
199
200
ENV LD_LIBRARY_PATH=/opt/intel/oneapi/redist/lib:$LD_LIBRARY_PATH
201
0 commit comments