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