3v324v23 commited on
Commit
3de15ee
1 Parent(s): d1c2864

Add application file

Browse files
Files changed (1) hide show
  1. 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