We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e26420 + 55a45ee commit c56ef17Copy full SHA for c56ef17
1 file changed
src/mock_vws/_flask_server/Dockerfile
@@ -16,7 +16,7 @@ RUN python3 -m venv $VIRTUAL_ENV
16
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
17
18
WORKDIR /app
19
-RUN pip install --no-cache-dir uv==0.1.44 && \
+RUN pip install --no-cache-dir uv==0.10.4 && \
20
uv pip install --no-cache-dir --upgrade --editable .
21
EXPOSE 5000
22
ENTRYPOINT ["python"]
0 commit comments