Some more cleanup

This commit is contained in:
Reinier Criel 2025-11-25 19:55:36 -08:00
parent 5cb1bb935b
commit 023bccec11
2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,7 @@ except Exception as exc:
raise
EOF
# Install uv (Astral's fast Python package manager)
# Install uv
RUN curl -LsSf https://astral.sh/uv/install.sh | sh && \
echo 'source $HOME/.local/bin/env' >> ~/.bashrc