jokyo3 commited on
Commit
d6aca1e
·
verified ·
1 Parent(s): d17bf05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gcc && apt-get
9
 
10
  # 安装 Python 依赖
11
  #COPY requirements.txt .
12
- RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # 安装 vLLM
15
  RUN pip install vllm
 
9
 
10
  # 安装 Python 依赖
11
  #COPY requirements.txt .
12
+ #RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # 安装 vLLM
15
  RUN pip install vllm