You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to access lesion_seg_workflow_app-x64-workstation-dgpu-linux-amd64:1.0 from the build_and_run.ipynbfile 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?
The text was updated successfully, but these errors were encountered:
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.
I am trying to access
lesion_seg_workflow_app-x64-workstation-dgpu-linux-amd64:1.0
from thebuild_and_run.ipynb
file inprostate-mri-lesion-seg
.However, when I try and pull the image, I receive the following error message:
And receive the following error message when trying
docker manifest inspect
as well: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
?The text was updated successfully, but these errors were encountered: