Skip to content

Commit 9244b69

Browse files
Update INSTALL.md
1 parent b30dfe1 commit 9244b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build-docker-image.bat
3939
`build-docker-image` is a convenience script that only provides an additional layer of abstraction for users that are not
4040
familiar with docker. If your system supports neither `batch` nor `bash`, you can instead execute the following:
4141
```shell
42-
docker build -t match-experiments --build-arg USER_ID="1000" --build-arg GROUP_ID="1000" .
42+
docker build -t match-experiments --build-arg USER_ID=1000 --build-arg GROUP_ID=1000 .
4343
```
4444

4545
The generated Docker image will have the name `match-experiments`.
@@ -199,4 +199,4 @@ python3.8 ./evaluation.py
199199
```
200200

201201
### Expected Output
202-
See the section for expected output when running the experiments with Docker.
202+
See the section for expected output when running the experiments with Docker.

0 commit comments

Comments
 (0)