Skip to content

Commit a1a9f41

Browse files
committed
🗑️ Remove Bytecode precompilation in Dev containers
1 parent 2825c5c commit a1a9f41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎Dockerfile‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ COPY --chown=${USERNAME}:${USERNAME} known_hosts /home/${USERNAME}/.ssh/known_ho
4848
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
4949
ENV UV_CACHE_DIR=/var/cache/uv \
5050
UV_PYTHON_CACHE_DIR=/var/cache/uv/python \
51-
UV_LINK_MODE=copy \
52-
UV_COMPILE_BYTECODE=1
51+
UV_LINK_MODE=copy
5352
RUN set -x; mkdir -p $UV_CACHE_DIR && mkdir -p $UV_PYTHON_CACHE_DIR
5453
RUN --mount=type=cache,target=/var/cache/uv,sharing=locked uv python install ${PYTHONVERSION} --default
5554

0 commit comments

Comments
 (0)