Update Dockerfile
Browse files- 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
|