fffiloni commited on
Commit
1d7c533
1 Parent(s): 6295b07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -41,7 +41,9 @@ WORKDIR $HOME/app
41
 
42
  COPY . .
43
 
 
44
  RUN chmod -R 777 $HOME/app/bark_voices
 
45
 
46
  # Install dependencies
47
  # Use the new pip resolver and always take the latest version if not specified
 
41
 
42
  COPY . .
43
 
44
+ USER root
45
  RUN chmod -R 777 $HOME/app/bark_voices
46
+ USER user
47
 
48
  # Install dependencies
49
  # Use the new pip resolver and always take the latest version if not specified