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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -39,10 +39,10 @@ ENV HOME=/home/user \
39
  # Set the working directory to the user's home directory
40
  WORKDIR $HOME/app
41
 
42
- RUN chmod -R 777 $HOME/app/bark_voices
43
-
44
  COPY . .
45
 
 
 
46
  # Install dependencies
47
  # Use the new pip resolver and always take the latest version if not specified
48
  RUN pip install --use-feature=fast-deps -r requirements.txt gradio
 
39
  # Set the working directory to the user's home directory
40
  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
48
  RUN pip install --use-feature=fast-deps -r requirements.txt gradio