chore: change dockerfile

This commit is contained in:
wql 2024-09-13 10:44:58 +08:00
parent 2b7a1d4e12
commit 731d546bf4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RUN EXTRA_PACKAGES="torch-npu,metrics"; \
pip install -e ".[$EXTRA_PACKAGES]"
# Set up volumes
VOLUME [ "/root/.cache/huggingface", "/root/.cache/modelscope", "/app/data", "/app/output" ]
VOLUME [ "/root/.cache/huggingface", "/root/.cache/modelscope", "/app/data", "/app/output", "/app/LLaMA-Factory-310P3" ]
# Expose port 7860 for the LLaMA Board
ENV GRADIO_SERVER_PORT 7860