fix: splitted Dockerfile's CMD
This commit is contained in:
parent
8e09e20ece
commit
4598734a0d
|
@ -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…
Reference in New Issue