Skip to content

Commit

Permalink
Merge pull request #4 from llm-jp/fix/vllm_version
Browse files Browse the repository at this point in the history
fix Dockerfile
  • Loading branch information
k141303 authored Jan 14, 2025
2 parents 1c09f2a + ceef4bc commit 82d1c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_sample/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82d1c07

Please sign in to comment.