Skip to content
New issue

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

Dockerfile CMD seems wrong #3603

Closed
1 task done
gaussian8 opened this issue May 7, 2024 · 1 comment · Fixed by #3604
Closed
1 task done

Dockerfile CMD seems wrong #3603

gaussian8 opened this issue May 7, 2024 · 1 comment · Fixed by #3604
Labels
solved This problem has been already solved

Comments

@gaussian8
Copy link

Reminder

  • I have read the README and searched the existing issues.

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

/opt/nvidia/nvidia_entrypoint.sh: line 49: /usr/local/bin/llamafactory-cli webui: No such file or directory

Expected behavior

Dockerfile's CMD seems wrong.

CMD [ "llamafactory-cli webui" ]

I think it will be

CMD [ "llamafactory-cli","webui" ]

When I fixed CMD, it works well.

System Info

No response

Others

No response

@hiyouga hiyouga added the solved This problem has been already solved label May 7, 2024
@hiyouga
Copy link
Owner

hiyouga commented May 7, 2024

Thanks for fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved This problem has been already solved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants