We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0079739 commit 4f9e644Copy full SHA for 4f9e644
docs/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get install nodejs -y
12
13
# Install Poetry
14
# --------------
15
-RUN pip install poetry
+RUN pip install --upgrade poetry hatch uv
16
17
# Create/Activate Python Venv
18
# ---------------------------
0 commit comments