Skip to content

Commit d86ef18

Browse files
authored
Update Codabench-Installation.md
1 parent c66c571 commit d86ef18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/docs/Developers_and_Administrators/Codabench-Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ services:
125125
platform: linux/arm64
126126
site_worker:
127127
platform: linux/arm64
128-
command: ["celery -A celery_config worker -B -Q site-worker -l info -n site-worker@%n --concurrency=2"]
128+
command: celery -A celery_config worker -B -Q site-worker -l info -n site-worker@%n --concurrency=2
129129
compute_worker:
130130
platform: linux/arm64
131131
```
@@ -151,4 +151,4 @@ Open a [Github issue](https://github.com/codalab/codabench/issues) to find help
151151

152152
## Online Deployement
153153

154-
For information about online deployment of Codabench, go to the [following page](How-to-deploy-Codabench-on-your-server.md)
154+
For information about online deployment of Codabench, go to the [following page](How-to-deploy-Codabench-on-your-server.md)

0 commit comments

Comments
 (0)