Fix Dockerfile
Adds the commands to correctly execute LLama-Factory servers
This commit is contained in:
parent
29c1f31baa
commit
df12621dae
|
@ -42,3 +42,5 @@ EXPOSE 7860
|
|||
|
||||
# Expose port 8000 for the API service
|
||||
EXPOSE 8000
|
||||
|
||||
CMD [ "llamafactory-cli", "webui" ]
|
||||
|
|
Loading…
Reference in New Issue