We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa7814 commit 444300dCopy full SHA for 444300d
src/bentoml/_internal/container/frontend/dockerfile/templates/base_v2.j2
@@ -69,6 +69,7 @@ RUN UV_PYTHON_INSTALL_DIR=/app/python/ uv venv --python {{ __options__python_ver
69
chown -R {{ bento__user }}:{{ bento__user }} /app/.venv
70
ENV VIRTUAL_ENV=/app/.venv
71
ENV UV_COMPILE_BYTECODE=1
72
+ENV UV_NO_PROGRESS=1
73
ENV PATH="/app/.venv/bin:$PATH"
74
{% set __pip_cache__ = common.mount_cache("/root/.cache/") %}
75
{% if __pip_preheat_packages__ %}
0 commit comments