We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4867b6 commit e60b434Copy full SHA for e60b434
examples/dynamic-lora-sidecar/Dockerfile
@@ -11,6 +11,6 @@ RUN pip install --upgrade pip
11
COPY requirements.txt .
12
RUN pip install --no-cache-dir -r requirements.txt
13
14
-COPY sidecar/sidecar.py .
+COPY sidecar/* .
15
16
CMD ["python", "sidecar.py"]
0 commit comments