Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -23,9 +23,5 @@ USER myuser
|
|
23 |
# Make port 7860 available to the world outside this container
|
24 |
EXPOSE 7860
|
25 |
|
26 |
-
# Define environment variables
|
27 |
-
ENV GEMINI_API_KEY=${GEMINI_API_KEY}
|
28 |
-
ENV SERP_API_KEY=${SERP_API_KEY}
|
29 |
-
|
30 |
# Run app.py when the container launches
|
31 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
|
|
23 |
# Make port 7860 available to the world outside this container
|
24 |
EXPOSE 7860
|
25 |
|
|
|
|
|
|
|
|
|
26 |
# Run app.py when the container launches
|
27 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|