[assets] update docker files (#8291)

This commit is contained in:
Yaowei Zheng
2025-06-04 23:30:46 +08:00
committed by GitHub
parent cb7ab69783
commit e9fe9cee29
8 changed files with 18 additions and 61 deletions

View File

@@ -39,7 +39,7 @@ COPY . /app
RUN pip install --no-cache-dir -e ".[${EXTRAS}]" --no-build-isolation
# Set up volumes
VOLUME [ "/root/.cache/huggingface", "/root/.cache/modelscope", "/root/.cache/openmind", "/app/shared_data", "/app/output" ]
# VOLUME [ "/root/.cache/huggingface", "/app/shared_data", "/app/output" ]
# Expose port 7860 for LLaMA Board
ENV GRADIO_SERVER_PORT=7860