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 9436f36 commit 387432fCopy full SHA for 387432f
1 file changed
Dockerfile.cabotage
@@ -35,6 +35,9 @@ RUN case $(uname -m) in \
35
RUN mkdir /code
36
WORKDIR /code
37
38
+ENV VIRTUAL_ENV=/code/.venv
39
+ENV PATH="$VIRTUAL_ENV/bin:$PATH"
40
+
41
COPY --from=uv /uv /uvx /usr/local/bin/
42
43
COPY pyproject.toml uv.lock /code/
0 commit comments