File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4040familiar 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
4545The 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.
You can’t perform that action at this time.
0 commit comments