Skip to content

Commit cfe9eb9

Browse files
committed
Point to dockerhub location
1 parent 9fa5053 commit cfe9eb9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
163165
Build 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
167169
Requirements:

0 commit comments

Comments
 (0)