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
If the Docker container is started with other user than root it is not possible to write to /valohai/inputs as other does not have writing permissions there. This is a problem when using archives as inputs as valohai-utils tries to unarchive them into /valohai/inputs by default.
Suggested solutions:
Allow other to write in /valohai/inputs or even /valohai/*
OR
If the user is other than root do the unarchiving somewhere else where the user has write permission.
The text was updated successfully, but these errors were encountered:
I think now that we have made changes how inputs are mounted we should try this again after we have that released. This issue might be fixed by that already.
If the Docker container is started with other user than
root
it is not possible to write to/valohai/inputs
asother
does not have writing permissions there. This is a problem when using archives as inputs asvalohai-utils
tries to unarchive them into/valohai/inputs
by default.Suggested solutions:
other
to write in/valohai/inputs
or even/valohai/*
OR
root
do the unarchiving somewhere else where the user has write permission.The text was updated successfully, but these errors were encountered: