mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fix stage name in Dockerfile
This commit is contained in:
parent
ebed60b8a9
commit
d9347f2f72
@ -199,7 +199,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|||||||
COPY --from=pytorch-install /opt/conda /opt/conda
|
COPY --from=pytorch-install /opt/conda /opt/conda
|
||||||
|
|
||||||
# Export text-generation-server Python requirements from poetry lock file
|
# Export text-generation-server Python requirements from poetry lock file
|
||||||
FROM poetry-install AS poetry-requirements
|
FROM conda-install AS poetry-requirements
|
||||||
|
|
||||||
COPY server/poetry.lock poetry.lock
|
COPY server/poetry.lock poetry.lock
|
||||||
COPY server/pyproject.toml pyproject.toml
|
COPY server/pyproject.toml pyproject.toml
|
||||||
|
Loading…
Reference in New Issue
Block a user