From 9a515a44750b4c4f8768af4a400f9d044f48ce12 Mon Sep 17 00:00:00 2001 From: Eli Costa <87460497+EliMCosta@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:16:23 -0300 Subject: [PATCH] Fix Dockerfile Adds the commands to correctly execute LLama-Factory servers Former-commit-id: 22af40f0895a6f88709a495febeca8507d41d989 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3932ff30..9c2f645c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,3 +42,5 @@ EXPOSE 7860 # Expose port 8000 for the API service EXPOSE 8000 + +CMD [ "llamafactory-cli", "webui" ]