Skip to content

Commit 93a80c1

Browse files
committed
Fix test target to use Python 3.10 consistently
1 parent e4f81dc commit 93a80c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dynamic-lora-sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim-buster AS test
1+
FROM python:3.10-slim-buster AS test
22

33
WORKDIR /dynamic-lora-reconciler-test
44
COPY requirements.txt .

0 commit comments

Comments
 (0)