Initial commit of vLLM Head Run project files
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM vllm/vllm-openai:latest
|
||||
|
||||
# 엄격한 의존성 격리 및 버전 관리를 위해 Docker 이미지 빌드 단계에서 Ray 고정 설치
|
||||
RUN python3 -m pip install -U --no-cache-dir "ray[default]==2.40.0" --break-system-packages
|
||||
|
||||
# 빌드가 완료된 이미지 내부의 PATH 환경변수 자체를 교정하여 command -v 탐색 보장
|
||||
ENV PATH="/usr/local/bin:/root/.local/bin:${PATH}"
|
||||
Reference in New Issue
Block a user