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 412dd16 commit 3934adbCopy full SHA for 3934adb
app/Dockerfile
@@ -43,7 +43,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa \
43
44
# Install uv using official installer
45
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
46
-ENV PATH="/root/.cargo/bin:$PATH"
+ENV PATH="/root/.local/bin:$PATH"
47
48
# Create working directory
49
RUN mkdir -p /root/src
0 commit comments