Skip to content

Commit a1e0dc5

Browse files
Fixed a few mistakes in the report README
1 parent 57f1c64 commit a1e0dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ As seen in the ![image](figures/wandb-metrics.png) we have tracked the train acc
357357
For our project we developed several images: one for training, one for evaluating the model, one for the deployment backend and frontend.
358358
And example of how to run one of our docker files can be seen below:
359359
The following is a link to the evaluate docker file: <https://github.com/s204431/mlops-CAPTCHA/blob/main/dockerfiles/evaluate.dockerfile>
360-
You can build this dockerfile by running the following command from the root of the project: `docker build -f dockerfiles/evaluate.dockerfile . -t eval:latest?
360+
You can build this dockerfile by running the following command from the root of the project: `docker build -f dockerfiles/evaluate.dockerfile . -t eval:latest` command.
361361
You can run the docker image created by the previous command by running the following command: `docker run --name eval1 eval:latest`
362362
To run this dockerfiles successfully you need to have a trained model in the models folder: models/model.pth.
363363

0 commit comments

Comments
 (0)