mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
Merge pull request #3604 from gaussian8/main
fix: splitted Dockerfile's CMD Former-commit-id: 1d6e6956ca45d3cb7de213c4a641b98a35af5896
This commit is contained in:
commit
3d74f21738
@ -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