Skip to content

Commit

Permalink
Do not run uv sync directly in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 6, 2025
1 parent 9169246 commit 572d9e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev_scripts/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@
RUN pipx install uv
COPY pyproject.toml uv.lock /home/user/dangerzone/
RUN cd /home/user/dangerzone && uv sync
# XXX Not sure why, but permission problems with the command below. Commenting it out for now as `uv` will get the deps later on.
# RUN cd /home/user/dangerzone && uv venv .venv-{distro}-{version} && uv sync
"""

DOCKERFILE_BUILD_DEBIAN_DEPS = r"""
Expand Down

0 comments on commit 572d9e3

Please sign in to comment.