mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Move workdir up a bit.
This commit is contained in:
parent
90e54a19e0
commit
cbbb9dee69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user