Skip to content

Commit e60b434

Browse files
committed
Add config validation
Signed-off-by: Kunjan Patel <[email protected]>
1 parent b4867b6 commit e60b434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dynamic-lora-sidecar/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ RUN pip install --upgrade pip
1111
COPY requirements.txt .
1212
RUN pip install --no-cache-dir -r requirements.txt
1313

14-
COPY sidecar/sidecar.py .
14+
COPY sidecar/* .
1515

1616
CMD ["python", "sidecar.py"]

0 commit comments

Comments
 (0)