This commit is contained in:
hiyouga
2025-12-27 08:06:42 +08:00
parent 42b436a4fc
commit d7201fd6ae

View File

@@ -37,7 +37,7 @@ RUN pip uninstall -y torch torchvision torchaudio && \
COPY . /app
# Install LLaMA Factory
RUN pip install --no-cache-dir -e ".[metrics,deepspeed]" --no-build-isolation
RUN pip install --no-cache-dir -e ".[metrics]" --no-build-isolation
# Set up volumes
# VOLUME [ "/root/.cache/huggingface", "/app/shared_data", "/app/output" ]