Skip to content

Commit

Permalink
Remove keyless sources from pytorch xpu (#293)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Titsworth <[email protected]>
Co-authored-by: Srikanth Ramakrishna <[email protected]>
  • Loading branch information
Tyler Titsworth and sramakintel authored Aug 12, 2024
1 parent 45d23db commit 325d79c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ RUN apt-get update && \
WORKDIR /
COPY xpu-requirements.txt .

RUN python -m pip install --no-cache-dir -r xpu-requirements.txt
RUN python -m pip install --no-cache-dir -r xpu-requirements.txt && \
rm -rf xpu-requirements.txt /etc/apt/sources.list.d/intel-gpu-jammy.list /etc/apt/sources.list.d/oneAPI.list

ENV LD_LIBRARY_PATH=/opt/intel/oneapi/redist/lib:$LD_LIBRARY_PATH

Expand Down

0 comments on commit 325d79c

Please sign in to comment.