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

Prostate MRI - Inaccessible Docker Image #400

Open
rivetreviver opened this issue Oct 13, 2024 · 1 comment
Open

Prostate MRI - Inaccessible Docker Image #400

rivetreviver opened this issue Oct 13, 2024 · 1 comment
Assignees

Comments

@rivetreviver
Copy link

I am trying to access lesion_seg_workflow_app-x64-workstation-dgpu-linux-amd64:1.0 from the build_and_run.ipynb file in prostate-mri-lesion-seg.

However, when I try and pull the image, I receive the following error message:

docker pull lesion_seg_workflow_app-x64-workstation-dgpu-linux-amd64:1.0

Error response from daemon: pull access denied for lesion_seg_workflow_app-x64-workstation-dgpu-linux-amd64, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

And receive the following error message when trying docker manifest inspect as well:

docker manifest inspect lesion_seg_workflow_app-x64-workstation-dgpu-linux-amd64:1.0

errors:
denied: requested access to the resource is denied
unauthorized: authentication required

Even when I am logged into my docker account, I am still unable to access it.

Is it possible to make this docker image public? If not, could you please share it with my docker username, radarstar?

@jtetrea
Copy link
Contributor

jtetrea commented Oct 15, 2024

Hello @rivetreviver thanks for your interest in this workflow. In the build_and_run.ipynb notebook, you actually build the container locally using MONAI Deploy. It is not available anywhere to pull, which is why you are seeing the error. If you build it locally it should be accessible for the rest of the notebook and other use cases.

@jtetrea jtetrea self-assigned this Oct 15, 2024
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

No branches or pull requests

2 participants