-
Notifications
You must be signed in to change notification settings - Fork 13
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
GPU-celery Dockerfile python version update needed #1185
Comments
Error message for
We need to update versions for |
GPU Dockerfile has been fixed but the newly built iipsrv does not work and returns this error:
The exactly same Dockerfile was used. Sorry, I didn't realize my branch was created based on master, which does not have the latest commits. I deleted the previous branch and created a new one. |
I still don't understand how Docker Hub build test works (as part of CI). For example, my latest PR #1182 successfully passes all checks but after it's merged into develop, the Docker Hub webhook build fails. I also don't know when the image build will be triggered.
If we click on "details" we get
Update: We do have new images built on Docker Hub with tag nightly as expected, and I have used those new images to test locally and then update staging. There seems no problem. The Docker Hub image build failure happens to the webhook, which I believe is the test.
According to line 38 in hook.py, we get
ddmal/docker-webhook:rodan-pass-{SOMETHING}
after we can successfully pushgpu-celery
,postgre
,nginx
, andiipsrv
images. In fact, we do miss newly built images for those on our Docker Hub.The text was updated successfully, but these errors were encountered: