We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0bdb6d + 6a7e748 commit e8f3ca5Copy full SHA for e8f3ca5
requirements.txt
tools/mock-vllm/Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
curl \
7
&& rm -rf /var/lib/apt/lists/*
8
9
-COPY requirements.txt ./
+COPY src/training/requirements.txt ./
10
RUN pip install --no-cache-dir -r requirements.txt
11
12
COPY app.py ./
0 commit comments