1、Run the following command to start a Docker container with GPU support and interactive mode:
docker run --gpus all -it --rm -v /home/qi/Project/NiftyMIC/AIDE_SVRTK/aide-svrtk:/var/monai/aide/ --entrypoint /bin/bash ghcr.io/svrtk/aide-svrtk/map:0.2.0
2、Execute the following command inside the container to run the "app" with input and output directories:
monai-deploy exec app -i input/ -o output/
3、During the execution, I encountered an error stating "No such file or no access".
I can sure that run

the error is

The bug exists both locally and in Docker.
1、Run the following command to start a Docker container with GPU support and interactive mode:


docker run --gpus all -it --rm -v /home/qi/Project/NiftyMIC/AIDE_SVRTK/aide-svrtk:/var/monai/aide/ --entrypoint /bin/bash ghcr.io/svrtk/aide-svrtk/map:0.2.0
2、Execute the following command inside the container to run the "app" with input and output directories:
monai-deploy exec app -i input/ -o output/
3、During the execution, I encountered an error stating "No such file or no access".
I can sure that run
the error is
The bug exists both locally and in Docker.