You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that a competition docker image including CUDA and other GPU libraries, such as `codalab/codalab-legacy:gpu`, is then required.
184
152
185
153
## Check logs
@@ -213,7 +181,7 @@ It is recommended to store the docker container hostname to identify the worker.
213
181
```sh
214
182
$ docker ps
215
183
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
216
-
1a2b3d4e5f67 codalab/competitions-v2-compute-worker:latest "/bin/sh -c 'celery …" 3 days ago Up 3 days compute_worker
184
+
1a2b3d4e5f67 codalab/codabench-compute-worker:latest "/bin/sh -c 'celery …" 3 days ago Up 3 days compute_worker
217
185
```
218
186
219
187
For each submission made to your queue, you can know what worker computed the ingestion and the scoring jobs in the [server status page](Server-status-page.md).
0 commit comments