fix: splitted Dockerfile's CMD

Former-commit-id: 4598734a0dc837be5f30033fb16d22b6a4d38913
This commit is contained in:
junwooo.lee 2024-05-07 15:09:48 +09:00
parent 2d2b24fac4
commit a274f7d069

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" ]