chore: change dockerfile
This commit is contained in:
parent
2b7a1d4e12
commit
731d546bf4
|
@ -34,7 +34,7 @@ RUN EXTRA_PACKAGES="torch-npu,metrics"; \
|
||||||
pip install -e ".[$EXTRA_PACKAGES]"
|
pip install -e ".[$EXTRA_PACKAGES]"
|
||||||
|
|
||||||
# Set up volumes
|
# 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
|
# Expose port 7860 for the LLaMA Board
|
||||||
ENV GRADIO_SERVER_PORT 7860
|
ENV GRADIO_SERVER_PORT 7860
|
||||||
|
|
Loading…
Reference in New Issue