Skip to content

Commit 872f5d1

Browse files
authored
Update Dockerfile
1 parent 3f0d43f commit 872f5d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pip3 install -r requirements.txt
99

1010

1111
# Copy the Python script into the container
12-
COPY your_script.py .
12+
COPY benchmark_fake.py .
1313

1414
# Set the command to run when the container starts
15-
CMD ["python", "your_script.py"]
15+
CMD ["python", "benchmark_fake.py"]

0 commit comments

Comments
 (0)