Merge pull request #3604 from gaussian8/main

fix: splitted Dockerfile's CMD
This commit is contained in:
hoshi-hiyouga 2024-05-07 16:53:23 +08:00 committed by GitHub
commit 6159acbaa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ RUN pip install -e .[deepspeed,metrics,bitsandbytes,qwen]
VOLUME [ "/root/.cache/huggingface/", "/app/data", "/app/output" ]
EXPOSE 7860
CMD [ "llamafactory-cli webui" ]
CMD [ "llamafactory-cli", "webui" ]