Skip to content

Commit c2beec0

Browse files
author
tosaki
committed
feat: enable unbuffered Python output in Docker by setting PYTHONUNBUFFERED=1
1 parent 07962f8 commit c2beec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /app
55

66
# Enable bytecode compilation
77
ENV UV_COMPILE_BYTECODE=1
8+
ENV PYTHONUNBUFFERED=1
89

910
# Copy from the cache instead of linking since it's a mounted volume
1011
ENV UV_LINK_MODE=copy

0 commit comments

Comments
 (0)