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 6cacde8 commit d1ddb40Copy full SHA for d1ddb40
Containerfile
@@ -3,6 +3,8 @@ FROM docker.io/library/pypy:3.10-slim-bookworm as BASE
3
RUN apt-get update && \
4
apt-get install -y gcc
5
6
+ENV PATH=/docs_venv/bin:$PATH
7
+
8
COPY requirements.txt /requirements.txt
9
10
RUN python3 -m venv /docs_venv && \
0 commit comments