humlab-speech / visible-speech-deployment

3 stars 2 forks source link

Sometimes the new solution without gitlab causes write errors to project #203

Closed TomasSkotare closed 4 weeks ago

TomasSkotare commented 4 months ago

Some old projects cannot be touched by the users, likely due to file permissions on the folders that are mounted.

TomasSkotare commented 4 months ago

It can be fixed by simply running: sudo chown -R automation:automation PROJECT in the mounter/repositories directory

Is there a reason this can be created by root?

TomasSkotare commented 4 months ago

The underlying cause could be that the operations image must be run as root (as the packages are not installed as a specific user and only available as root.

Look into if we can "emulate" user 1000 as root inside the container (when executing)

TomasSkotare commented 4 weeks ago

Replaced by #209