Skip to content

Commit

Permalink
Merge pull request #12 from alainzhiyanov/new_branch
Browse files Browse the repository at this point in the history
updated docker build command in readme
  • Loading branch information
carolemieux authored Jun 5, 2023
2 parents 6ee9933 + d55a0de commit 360c228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Versions of Pynguin 0.30.0 and onwards are now licensed as MIT.

To run on a project, first build the runner:
```
docker build -t codamosa-runner -f docker/Dockerfile --platform linux/amd64
docker build -t codamosa-runner -f docker/Dockerfile --platform linux/amd64 .
```
(or use the target platform of your choice --- should match the machine on which you want to run experiments.)

Expand Down

0 comments on commit 360c228

Please sign in to comment.