-
Notifications
You must be signed in to change notification settings - Fork 129
Old Submissions
Adrien Pavao edited this page Oct 20, 2022
·
1 revision
Remove any queues you have in the competition you are trying to make a new submission for. You can do this by clicking Edit on a competition page, scrolling down to the worker queues field and resetting this field to its default state. Finally, click save.
cd codalab-competitions
mkdir var
sudo chown youruser:youruser -R var
mkdir /tmp/codalab
sudo hown youruser:youruser -R /tmp/codalab
sudo chmod 777 /tmp/codalab
docker-compose create worker_compute
docker-compose start worker_compute
IOError: [Errno 13] Permission denied: ‘/var/log/compute_worker.log’
If you get an error similar to this, try running the code below.
docker-compose rm worker_compute
docker-compose build worker_compute