Merge pull request #4314 from EliMCosta/patch-2

Fix Dockerfile
This commit is contained in:
hoshi-hiyouga 2024-06-18 23:30:59 +08:00 committed by GitHub
commit 89a50dbfde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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