mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-02 19:52:50 +08:00
Merge pull request #3604 from gaussian8/main
fix: splitted Dockerfile's CMD Former-commit-id: 6159acbaa07fc45fd176ca5e83756b54885be82a
This commit is contained in:
commit
07ac5fe1b0
@ -11,4 +11,4 @@ RUN pip install -e .[deepspeed,metrics,bitsandbytes,qwen]
|
|||||||
VOLUME [ "/root/.cache/huggingface/", "/app/data", "/app/output" ]
|
VOLUME [ "/root/.cache/huggingface/", "/app/data", "/app/output" ]
|
||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
|
|
||||||
CMD [ "llamafactory-cli webui" ]
|
CMD [ "llamafactory-cli", "webui" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user