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
With both Dockerfile and wrap.sh unchanged, I was able to run docker/wrap.sh python preprocess_sharc.py
but encountered PermissionError: [Errno 13] Permission denied: '/opt/code/save/default-entail/train.log' when running NV_GPU=0 docker/wrap.sh python train_sharc.py
I think this was caused by the access permission to /opt/, is there any workaround?
The text was updated successfully, but these errors were encountered:
With both Dockerfile and wrap.sh unchanged, I was able to run
docker/wrap.sh python preprocess_sharc.py
but encountered
PermissionError: [Errno 13] Permission denied: '/opt/code/save/default-entail/train.log'
when runningNV_GPU=0 docker/wrap.sh python train_sharc.py
I think this was caused by the access permission to
/opt/
, is there any workaround?The text was updated successfully, but these errors were encountered: