From cbbb9dee695df5d09b23aa892f9a01256a14ba03 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 7 Feb 2025 00:07:27 +0100 Subject: [PATCH] Move workdir up a bit. --- Dockerfile_intel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile_intel b/Dockerfile_intel index 0af0b87e..05654167 100644 --- a/Dockerfile_intel +++ b/Dockerfile_intel @@ -192,6 +192,8 @@ RUN case ${TARGETPLATFORM} in \ RUN conda install -c conda-forge gperftools mkl +WORKDIR /usr/src + # Install server COPY proto proto COPY server server @@ -214,7 +216,6 @@ RUN . ./server/.venv/bin/activate && uv pip install https://download.pytorch.org RUN . ./server/.venv/bin/activate && uv pip install triton==3.1.0 py-libnuma -WORKDIR /usr/src RUN git clone https://github.com/intel/intel-extension-for-pytorch && cd intel-extension-for-pytorch && git checkout b7b552baf64283b594665b8687430fe92990e497 RUN git clone https://github.com/intel/torch-ccl.git && cd torch-ccl && git checkout v2.4.0+cpu+rc0