We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b47852 commit 69529adCopy full SHA for 69529ad
docker/Dockerfile
@@ -243,7 +243,7 @@ RUN \
243
COPY --from=compile-image /home/venv /home/venv
244
ENV PATH="/home/venv/bin:$PATH"
245
WORKDIR "serve"
246
-RUN python -m pip install -U pip setuptools \
+RUN python -m pip install -U pip setuptools==69.5.1 \
247
&& python -m pip install --no-cache-dir -r requirements/developer.txt \
248
&& python ts_scripts/install_from_src.py \
249
&& useradd -m model-server \
0 commit comments