Spaces:
Runtime error
Runtime error
Add application file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ WORKDIR /code
|
|
3 |
|
4 |
# Create necessary directories with correct permissions
|
5 |
RUN mkdir -p /.cache && chmod 777 /.cache
|
|
|
6 |
|
7 |
# Copy the requirements file and install dependencies
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
3 |
|
4 |
# Create necessary directories with correct permissions
|
5 |
RUN mkdir -p /.cache && chmod 777 /.cache
|
6 |
+
RUN mkdir -p ./whisper/ && chmod 777 ./whisper/
|
7 |
|
8 |
# Copy the requirements file and install dependencies
|
9 |
COPY ./requirements.txt /code/requirements.txt
|