File tree Expand file tree Collapse file tree
documentation/docs/Developers_and_Administrators Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments