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
Is your feature request related to a problem? Please describe.
When running jobs on NGC Base Command Platform the NGC Jobs runtime attempts to create a directory called /var/run/mnrun to create a PID file. Since the RAPIDS container has switched from root to rapids this path is no longer writable and BCP jobs fail to do this.
Describe the solution you'd like
Create /var/run/mnrun in our image as root and chown it to rapids.
Describe alternatives you've considered
Make /var/run writable by the rapids user. However this is not a recommended linux practice.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When running jobs on NGC Base Command Platform the NGC Jobs runtime attempts to create a directory called
/var/run/mnrun
to create a PID file. Since the RAPIDS container has switched fromroot
torapids
this path is no longer writable and BCP jobs fail to do this.Describe the solution you'd like
Create
/var/run/mnrun
in our image asroot
and chown it torapids
.Describe alternatives you've considered
Make
/var/run
writable by therapids
user. However this is not a recommended linux practice.The text was updated successfully, but these errors were encountered: