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