Skip to content

Commit d2cad8b

Browse files
committed
Set PYTHONPATH in Dockerfile to /app
1 parent 4bb8489 commit d2cad8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ RUN dnf install -y git findutils && dnf clean all
77

88
WORKDIR /app
99

10+
ENV PYTHONPATH=/app
11+
1012
# Copy and install any packages/modules needed for your evaluation script.
1113
COPY requirements.txt .
1214
RUN pip3 install -r requirements.txt

0 commit comments

Comments
 (0)