Permission denied when running train_sharc.py via Docker
Closed this issue · 0 comments
linqian66 commented
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?