Skip to content

Commit 69529ad

Browse files
committed
inf2 test 2
1 parent 7b47852 commit 69529ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ RUN \
243243
COPY --from=compile-image /home/venv /home/venv
244244
ENV PATH="/home/venv/bin:$PATH"
245245
WORKDIR "serve"
246-
RUN python -m pip install -U pip setuptools \
246+
RUN python -m pip install -U pip setuptools==69.5.1 \
247247
&& python -m pip install --no-cache-dir -r requirements/developer.txt \
248248
&& python ts_scripts/install_from_src.py \
249249
&& useradd -m model-server \

0 commit comments

Comments
 (0)