From ceef4bcc6257aa68a12513c1601e05818b9f2e44 Mon Sep 17 00:00:00 2001 From: k141303 Date: Tue, 14 Jan 2025 18:27:53 +0900 Subject: [PATCH] fix Dockerfile --- docker_sample/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_sample/Dockerfile b/docker_sample/Dockerfile index d857bc3..e8e0a2b 100644 --- a/docker_sample/Dockerfile +++ b/docker_sample/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ && rm -rf /var/lib/apt/lists/* # vLLMのインストール -RUN pip install --no-cache-dir vllm +RUN pip install --no-cache-dir vllm==0.6.5 # モデルファイルをイメージに取り込む (FIXME: モデルファイルのパスを変更) COPY ./models/llm-jp/llm-jp-3-1.8b-instruct /workspace/model