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 7545a23 commit 9a6a986Copy full SHA for 9a6a986
1 file changed
app/Dockerfile
@@ -10,7 +10,7 @@ RUN pip3 install -r requirements.txt
10
11
# Copy the evaluation and testing scripts
12
COPY evaluation.py ./app/
13
-COPY test_evaluation ./app/
+COPY test_evaluation.py ./app/
14
15
# Copy Documentation
16
COPY docs/dev.md ./app/docs/dev.md
0 commit comments