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 4bb8489 commit d2cad8bCopy full SHA for d2cad8b
1 file changed
app/Dockerfile
@@ -7,6 +7,8 @@ RUN dnf install -y git findutils && dnf clean all
7
8
WORKDIR /app
9
10
+ENV PYTHONPATH=/app
11
+
12
# Copy and install any packages/modules needed for your evaluation script.
13
COPY requirements.txt .
14
RUN pip3 install -r requirements.txt
0 commit comments