MyrtleSoftware / myrtlespeech

Speech recognition
Other
8 stars 1 forks source link

Error when run "docker build . -t myrtlespeech" #5

Closed SerailHydra closed 5 years ago

SerailHydra commented 5 years ago

Here are the error messages I got:

NotWritableError: The current user does not have write permissions to a required path. path: /opt/conda/pkgs/urls.txt uid: 1000 gid: 1000 If you feel that permissions on this path are set incorrectly, you can manually change them by executing $ sudo chown 1000:1000 /opt/conda/pkgs/urls.txt In general, it's not advisable to use 'sudo conda'.

How do I solve this?

samgd commented 5 years ago

What version of the code are you running? This should be fixed on master

SerailHydra commented 5 years ago

I c, the latest commit has this issue fixed