Skip to content

Commit e8f3ca5

Browse files
authored
Merge branch 'main' into fix/expiry
2 parents c0bdb6d + 6a7e748 commit e8f3ca5

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

requirements.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/mock-vllm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
curl \
77
&& rm -rf /var/lib/apt/lists/*
88

9-
COPY requirements.txt ./
9+
COPY src/training/requirements.txt ./
1010
RUN pip install --no-cache-dir -r requirements.txt
1111

1212
COPY app.py ./

0 commit comments

Comments
 (0)