mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-02 19:52:50 +08:00
fix: splitted Dockerfile's CMD
Former-commit-id: 4598734a0dc837be5f30033fb16d22b6a4d38913
This commit is contained in:
parent
2d2b24fac4
commit
a274f7d069
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user