Fix Dockerfile

Adds the commands to correctly execute LLama-Factory servers

Former-commit-id: df12621dae
This commit is contained in:
Eli Costa
2024-06-16 19:16:23 -03:00
committed by GitHub
parent 06bbc29614
commit 191dac26c0

View File

@@ -42,3 +42,5 @@ EXPOSE 7860
# Expose port 8000 for the API service
EXPOSE 8000
CMD [ "llamafactory-cli", "webui" ]