Jan Pieter Wijbenga
Jan Pieter Wijbenga
I think it might not be Docker's fault. In the ompython code the call to `getpass.getuser()` results in the correct user. When I go into the Docker container and try...
If I look into the container my USER env var is empty, despite adding the user in the Dockerfile. So the getpass works, but the USER env var itself is...
Fixed it by adding ENV USER=om to Dockerfile.
So the picture I posted is the fix because it doesn't work without third ande fourth line.
Also, I looked through readme and tests, but couldn't find anything about setting version wrt. export.