We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00c9c83 + e742e21 commit 1b3c5bcCopy full SHA for 1b3c5bc
Dockerfile
@@ -52,6 +52,10 @@ RUN apt-get update && apt-get install -y \
52
rm -rf /var/lib/apt/lists/* && \
53
python --version
54
55
+# uv + uvx (Python package/project manager)
56
+RUN curl -LsSf https://astral.sh/uv/install.sh | UV_INSTALL_DIR=/usr/local/bin sh && \
57
+ uv --version
58
+
59
# Bun
60
RUN if [ "$INSTALL_BUN" = "true" ]; then \
61
apt-get update && apt-get install -y unzip && \
0 commit comments