From df12621daed8037496dbb6a57e653659a209062b 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 --- 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" ]