fix: splitted Dockerfile's CMD

This commit is contained in:
junwooo.lee 2024-05-07 15:09:48 +09:00
parent 8e09e20ece
commit 4598734a0d
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" ]