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
Following issue #64
Changes
In line 50
```bash
sudo singularity exec -w /tmp/Centos-7.img make install
```
replaced for
```bash
sudo singularity exec -w -B /home /tmp/Centos-7.img make install
```
0 commit comments