We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0d43f commit 872f5d1Copy full SHA for 872f5d1
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ RUN pip3 install -r requirements.txt
9
10
11
# Copy the Python script into the container
12
-COPY your_script.py .
+COPY benchmark_fake.py .
13
14
# Set the command to run when the container starts
15
-CMD ["python", "your_script.py"]
+CMD ["python", "benchmark_fake.py"]
0 commit comments