Omkar008 commited on
Commit
1cf2796
·
verified ·
1 Parent(s): 6f372fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,6 +17,8 @@ RUN pip3 install -r requirements.txt
17
  RUN pip3 install "git+https://github.com/openai/whisper.git"
18
  RUN apt-get update && apt-get install -y ffmpeg
19
 
 
 
20
 
21
  # Expose port
22
  EXPOSE 7860
 
17
  RUN pip3 install "git+https://github.com/openai/whisper.git"
18
  RUN apt-get update && apt-get install -y ffmpeg
19
 
20
+ COPY . .
21
+
22
 
23
  # Expose port
24
  EXPOSE 7860