Spaces:
Sleeping
Sleeping
Mudassir939
commited on
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -19,9 +19,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
19 |
# Make port 7860 available to the world outside this container
|
20 |
EXPOSE 7860
|
21 |
|
22 |
-
# Define environment variables if needed
|
23 |
-
ENV GOOGLE_API_KEY="AIzaSyAHpElgh7EQ8SvLf7Sa2HwK-TtjOd6ZcqU"
|
24 |
-
ENV ASSEMBLYAI_API_KEY="a54c7e8b00f746a4bdb501a312a197e7"
|
25 |
|
26 |
# Run app.py when the container launches using Gunicorn
|
27 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
|
|
19 |
# Make port 7860 available to the world outside this container
|
20 |
EXPOSE 7860
|
21 |
|
|
|
|
|
|
|
22 |
|
23 |
# Run app.py when the container launches using Gunicorn
|
24 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|