We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue concerns the Google Cloud version of compute worker for AutoDL.
If we ssh to some workers (Google Cloud VMs, login required) and check the Docker logs:
gcloud beta compute --project "autodl-221715" ssh --zone "us-west1-a" "gpu-06-25-2019-20-30-04-000" nvidia-docker logs -f compute_worker
We see a lot of error messages such as: or in text version:
entr: cannot stat '/tmp/codalab/tmp9CPTvU/run/output/detailed_results.html': No such file or directory
It seems that this issue doesn't completely block the submission handling process but it may be the cause of other issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue concerns the Google Cloud version of compute worker for AutoDL.
If we ssh to some workers (Google Cloud VMs, login required) and check the Docker logs:
We see a lot of error messages such as:
![Screenshot 2019-08-22 at 18 18 56](https://user-images.githubusercontent.com/20074659/63531680-56042300-c509-11e9-8151-f06f1b4fd604.png)
or in text version:
It seems that this issue doesn't completely block the submission handling process but it may be the cause of other issues.
The text was updated successfully, but these errors were encountered: