Fix stage name in Dockerfile

This commit is contained in:
Alvaro Bartolome 2024-11-29 13:44:40 +01:00 committed by GitHub
parent ebed60b8a9
commit d9347f2f72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
# 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/pyproject.toml pyproject.toml