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
podman run --rm -ti --volume /root/mlcube_2.0/mlcube_examples/mnist/workspace/logs/:/mlcube_io2/:z --entrypoint=/bin/bash mlcommons/mnist:0.0.1
Add a ":z"option to the volume mount, which tells Podman to relabel the volume's content to match the label inside the container. And the SELinux problem is solved. Otherwise you will get "Permission denied" error when you attempt to create files in /mlcube_io2. (above).
The text was updated successfully, but these errors were encountered:
podman run --rm -ti --volume /root/mlcube_2.0/mlcube_examples/mnist/workspace/logs/:/mlcube_io2/:z --entrypoint=/bin/bash mlcommons/mnist:0.0.1
Add a ":z"option to the volume mount, which tells Podman to relabel the volume's content to match the label inside the container. And the SELinux problem is solved. Otherwise you will get "Permission denied" error when you attempt to create files in /mlcube_io2. (above).
The text was updated successfully, but these errors were encountered: