File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,13 +155,15 @@ The evaluation results can be created in three ways:
155155* Generate the results locally by yourself.
156156
157157#### Provided Docker Image
158- Use the provided Docker image and run: ` docker run -it --rm --gpus all ghcr.io /ardoco/ icse24 ` .
158+ Use the provided Docker image and run: ` docker run -it --rm --gpus all kitsdq /ardoco- icse24 ` .
159159
160- If you do not have GPUs and/or want to run the image withouth GPU support, run: ` docker run -it --rm ghcr.io/ardoco/icse24 ` .
160+ If you do not have GPUs and/or want to run the image withouth GPU support, run: ` docker run -it --rm kitsdq/ardoco-icse24 ` .
161+
162+ Alternatively, you can also use the provided Docker image ` ghcr.io/ardoco/icse24 ` .
161163
162164#### Build Docker Image
163165Build Docker image by command: ` docker build -t icse24 . ` <br >
164- Run the Docker image with: ` docker run -it --rm --gpus all icse24 ` (with GPU support) or ` docker run -it --rm ghcr.io/ardoco/ icse24 ` (without GPUs).
166+ Run the Docker image with: ` docker run -it --rm --gpus all icse24 ` (with GPU support) or ` docker run -it --rm icse24 ` (without GPUs).
165167
166168#### Run Locally
167169Requirements:
You can’t perform that action at this time.
0 commit comments