Skip to content

[BUG] ERROR: Failed to fetch MAP manifest. #165

Closed
@jpcenteno80

Description

@jpcenteno80

Describe the bug
Above error displayed when trying to run packaged app.

Steps/Code to reproduce bug

# Inside monai-deploy-app-sdk/examples/apps/
monai-deploy package ./simple_imaging_app -t simple_app:latest

# output:
Building MONAI Application Package... Done
[2021-10-08 11:04:07,763] [INFO] (app_packager) - Successfully built simple_app:latest

monai-deploy run simple_app:latest input output # where input has brain_mr_input.jpg and output is an empty directory

# output:
Checking dependencies...
--> Verifying if "docker" is installed...

--> Verifying if "simple_app:latest" is available...

Checking for MAP "simple_app:latest" locally
"simple_app:latest" found.

Reading MONAI App Package manifest...
 > export '/var/run/monai/export/' detected
fatal: Access to the path '/var/run/monai/export/config/pkg.json' is denied.
ERROR: Failed to fetch MAP manifest.
Execution Aborted

Expected behavior
App should run.

Environment details (please complete the following information)

  • OS/Platform: Ubuntu 18
  • Python Version: 3.9.7
  • Method of MONAI Deploy App SDK install: pip install monai-deploy-app-sdk
  • SDK Version: 0.1.0

Additional context
This is an AWS instance where I created my own user. App was packaged under my user.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions