Update ancient Docker instructions

This commit is contained in:
oobabooga 2023-11-17 19:52:30 -08:00
parent e0ca49ed9c
commit d1a58da52f
6 changed files with 16 additions and 22 deletions

View file

@ -73,5 +73,5 @@ RUN --mount=type=cache,target=/root/.cache/pip,rw \
ENV CLI_ARGS=""
EXPOSE ${CONTAINER_PORT:-7860} ${CONTAINER_API_PORT:-5000} ${CONTAINER_API_STREAM_PORT:-5005}
EXPOSE ${CONTAINER_PORT:-7860} ${CONTAINER_API_PORT:-5000}
CMD . /app/venv/bin/activate && python3 server.py ${CLI_ARGS}