We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I build a docker image with https://github.com/hiyouga/LLaMA-Factory?tab=readme-ov-file#use-docker. Below error occurs.
/opt/nvidia/nvidia_entrypoint.sh: line 49: /usr/local/bin/llamafactory-cli webui: No such file or directory
Dockerfile's CMD seems wrong.
LLaMA-Factory/Dockerfile
Line 14 in 8e09e20
I think it will be
CMD [ "llamafactory-cli","webui" ]
When I fixed CMD, it works well.
No response
The text was updated successfully, but these errors were encountered:
Thanks for fixing!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Reminder
Reproduction
When I build a docker image with https://github.com/hiyouga/LLaMA-Factory?tab=readme-ov-file#use-docker.
Below error occurs.
container logs
Expected behavior
Dockerfile's CMD seems wrong.
LLaMA-Factory/Dockerfile
Line 14 in 8e09e20
I think it will be
When I fixed CMD, it works well.
System Info
No response
Others
No response
The text was updated successfully, but these errors were encountered: