mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Missed a step.
This commit is contained in:
parent
04462263dc
commit
90e54a19e0
@ -194,7 +194,7 @@ RUN conda install -c conda-forge gperftools mkl
|
|||||||
|
|
||||||
# Install server
|
# Install server
|
||||||
COPY proto proto
|
COPY proto proto
|
||||||
COPY server/pyproject.toml server/pyproject.toml
|
COPY server server
|
||||||
COPY server/Makefile server/Makefile
|
COPY server/Makefile server/Makefile
|
||||||
RUN cd server && \
|
RUN cd server && \
|
||||||
pip install -U pip uv && \
|
pip install -U pip uv && \
|
||||||
|
Loading…
Reference in New Issue
Block a user