File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/vessl-ai/python:3.10-r2
1
+ FROM quay.io/vessl-ai/torch:2.2.0-cuda12.3-r3
2
2
3
3
ENV PROMETHEUS_VERSION=2.49.1
4
4
@@ -10,12 +10,12 @@ RUN tar -xvf prometheus-$PROMETHEUS_VERSION.linux-amd64.tar.gz
10
10
RUN mv prometheus-$PROMETHEUS_VERSION.linux-amd64 ./prometheus
11
11
RUN rm prometheus-$PROMETHEUS_VERSION.linux-amd64.tar.gz
12
12
13
- # Copy prometheus.yml and grafana.json
13
+ # Copy prometheus.yml
14
14
COPY monitoring/prometheus.yml /app/prometheus/prometheus.yml
15
15
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
19
19
20
- # # Entrypoint
21
- # ENTRYPOINT ["python", "-m", "api.py"]
20
+ # Entrypoint
21
+ ENTRYPOINT ["python" , "-m" , "api.py" ]
Original file line number Diff line number Diff line change 1
1
aioprometheus == 23.12.0
2
2
fastapi == 0.109.2
3
- vllm @ git+https://github.com/vllm-project/vllm@c9b45adeeb0e5b2f597d1687e0b8f24167602395
3
+ vllm == 0.3.0
You can’t perform that action at this time.
0 commit comments