Skip to content

Commit 89c6fde

Browse files
committed
Roll back vllm to 0.3.0
1 parent 822fee2 commit 89c6fde

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

vllm-online-serving/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/vessl-ai/python:3.10-r2
1+
FROM quay.io/vessl-ai/torch:2.2.0-cuda12.3-r3
22

33
ENV PROMETHEUS_VERSION=2.49.1
44

@@ -10,12 +10,12 @@ RUN tar -xvf prometheus-$PROMETHEUS_VERSION.linux-amd64.tar.gz
1010
RUN mv prometheus-$PROMETHEUS_VERSION.linux-amd64 ./prometheus
1111
RUN rm prometheus-$PROMETHEUS_VERSION.linux-amd64.tar.gz
1212

13-
# Copy prometheus.yml and grafana.json
13+
# Copy prometheus.yml
1414
COPY monitoring/prometheus.yml /app/prometheus/prometheus.yml
1515

16-
# # Install dependencies
17-
# COPY requirements.txt /app/requirements.txt
18-
# RUN pip install -r /app/requirements.txt
16+
# Install dependencies
17+
COPY requirements.txt /app/requirements.txt
18+
RUN pip install -r /app/requirements.txt
1919

20-
# # Entrypoint
21-
# ENTRYPOINT ["python", "-m", "api.py"]
20+
# Entrypoint
21+
ENTRYPOINT ["python", "-m", "api.py"]

vllm-online-serving/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aioprometheus==23.12.0
22
fastapi==0.109.2
3-
vllm @ git+https://github.com/vllm-project/vllm@c9b45adeeb0e5b2f597d1687e0b8f24167602395
3+
vllm==0.3.0

0 commit comments

Comments
 (0)