Update Dockerfile
Browse files- 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
|