Mudassir939 commited on
Commit
a46f9d4
·
verified ·
1 Parent(s): 815a7ed

Update Dockerfile

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