Move workdir up a bit.

This commit is contained in:
Nicolas Patry 2025-02-07 00:07:27 +01:00
parent 90e54a19e0
commit cbbb9dee69
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -192,6 +192,8 @@ RUN case ${TARGETPLATFORM} in \
RUN conda install -c conda-forge gperftools mkl RUN conda install -c conda-forge gperftools mkl
WORKDIR /usr/src
# Install server # Install server
COPY proto proto COPY proto proto
COPY server server 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 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/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 RUN git clone https://github.com/intel/torch-ccl.git && cd torch-ccl && git checkout v2.4.0+cpu+rc0