Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop into master #1127

Merged
merged 16 commits into from
Sep 4, 2023
Merged

Merge develop into master #1127

merged 16 commits into from
Sep 4, 2023

Conversation

Didayolo
Copy link
Collaborator

@Didayolo Didayolo commented Aug 30, 2023

Test

Deployed at https://codabench-test.lri.fr/

TODO

All compute workers need to be restarted using (use nvidia tag for GPU workers) the following commands.

First, check that no submission is running using docker ps. Then:

docker pull codalab/competitions-v2-compute-worker:latest
docker stop compute_worker
docker rm compute_worker
docker run \
    -v /codabench:/codabench \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -d \
    --env-file .env \
    --name compute_worker \
    --restart unless-stopped \
    --log-opt max-size=50m \
    --log-opt max-file=3 \
    codalab/competitions-v2-compute-worker:latest 
docker logs -f compute_worker

Don't forget to update the server table with the new hostname. Hostname can be found using docker ps.

Changes

@ihsaan-ullah
Copy link
Collaborator

there is a typo
docker rm copute_worker

@Didayolo
Copy link
Collaborator Author

there is a typo docker rm copute_worker

Fixed, thanks.

@Didayolo Didayolo merged commit e18c726 into master Sep 4, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants