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

Image download shown as successful but see error: "No such image: cortexlabs/python-predictor-cpu:0.18.1" #1236

Closed
rcammisola opened this issue Jul 24, 2020 · 1 comment · Fixed by #1238
Labels
bug Something isn't working

Comments

@rcammisola
Copy link

Version

0.18.1

Description

On Mac OS (High Sierra) docker pull silently fails when downloading the python-predictor-cpu image:

○ downloading docker image cortexlabs/python-predictor-cpu:0.18.1 .................................................................... ✓
/Users/rocco.cammisola/Documents/[PROJECT DIR]/cortex.yaml: [API ENDPOINT NAME]: Error response from daemon: No such image: cortexlabs/python-predictor-cpu:0.18.1

The output suggests that the download was successful but when I performed docker pull cortexlabs/python-predictor-cpu:0.18.1 I found out that my docker VM had run out of space.

Performing docker system prune (or similar) to clear the VM resolved the issue.

Steps to reproduce

  1. Set docker VM size on Mac to be smaller than the cortexlabs python predictor image
  2. cortex deploy

Expected behavior

The download is not marked as successful (tick not shown) and the error about being out of space is reported.

Actual behavior

Download marked as successful, no error directly related to not being able to pull the image.

@rcammisola rcammisola added the bug Something isn't working label Jul 24, 2020
@vishalbollu
Copy link
Contributor

Thanks for filing the issue with the reproduction steps and so much detail. We will look into it and try to surface a meaningful error when image download fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants