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 c9118a2 commit 9f51b25Copy full SHA for 9f51b25
1 file changed
Dockerfile
@@ -48,6 +48,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
48
49
# install uv
50
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
51
+RUN mv /root/.local/bin/uv /usr/local/bin/uv
52
+RUN mv /root/.local/bin/uvx /usr/local/bin/uvx
53
54
WORKDIR /opt/xyops
55
COPY . .
0 commit comments