Spaces:
Running
Running
gamingflexer
commited on
Commit
•
6798380
1
Parent(s):
7789e02
Add audio folder and reinstall soundfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -31,6 +31,8 @@ WORKDIR $HOME/app
|
|
31 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
32 |
COPY --chown=user . $HOME/app
|
33 |
|
|
|
|
|
34 |
RUN pip install --force-reinstall soundfile
|
35 |
|
36 |
ENV GRADIO_SERVER_NAME=0.0.0.0
|
|
|
31 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
32 |
COPY --chown=user . $HOME/app
|
33 |
|
34 |
+
RUN mkdir audio
|
35 |
+
|
36 |
RUN pip install --force-reinstall soundfile
|
37 |
|
38 |
ENV GRADIO_SERVER_NAME=0.0.0.0
|