From 823422e9aae042d77538043a370f0e5b8445ee61 Mon Sep 17 00:00:00 2001 From: Shashank Mangla Date: Wed, 12 Jun 2024 15:35:18 +0000 Subject: [PATCH] newline at end of file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fed76bb1..c6e5f0672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN --mount=source=.git,target=.git,type=bind \ pip install --no-cache-dir .[serve] # https://outlines-dev.github.io/outlines/reference/vllm/ -ENTRYPOINT ["python3", "-m", "outlines.serve.serve"] \ No newline at end of file +ENTRYPOINT ["python3", "-m", "outlines.serve.serve"]