Skip to content

Commit 444300d

Browse files
authored
chore: disable progress bar on cloud build (bentoml#5331)
Signed-off-by: Aaron Pham <[email protected]>
1 parent ffa7814 commit 444300d

File tree

1 file changed

+1
-0
lines changed
  • src/bentoml/_internal/container/frontend/dockerfile/templates

1 file changed

+1
-0
lines changed

src/bentoml/_internal/container/frontend/dockerfile/templates/base_v2.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN UV_PYTHON_INSTALL_DIR=/app/python/ uv venv --python {{ __options__python_ver
6969
chown -R {{ bento__user }}:{{ bento__user }} /app/.venv
7070
ENV VIRTUAL_ENV=/app/.venv
7171
ENV UV_COMPILE_BYTECODE=1
72+
ENV UV_NO_PROGRESS=1
7273
ENV PATH="/app/.venv/bin:$PATH"
7374
{% set __pip_cache__ = common.mount_cache("/root/.cache/") %}
7475
{% if __pip_preheat_packages__ %}

0 commit comments

Comments
 (0)