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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: