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
<li>The <code>--privileged</code> flag is required for device vendor-agnostic access.</li>
3871
3872
<li>To restrict GPU access, remove <code>--privileged</code> flag and set the <code>AMD_VISIBLE_DEVICES</code> environment variable.
3872
3873
See <ahref="https://instinct.docs.amd.com/projects/container-toolkit/en/latest/container-runtime/migration-guide.html">AMD Container Runtime - Migration Guide</a>.</li>
3874
+
<li>If the <code>/opt/rocm</code> directory does not exist, please create a symbolic link pointing to the ROCm installed path: <code>ln -s /path/to/rocm /opt/rocm</code>.</li>
3873
3875
<li>The <code>--network=host</code> option is necessary for port awareness.</li>
3874
3876
<li>Mounting <code>/var/run/docker.sock</code> allows GPUStack to manage Docker containers for inference engines.</li>
0 commit comments