Spaces:
Runtime error
Runtime error
File size: 276 Bytes
861129c | 1 2 3 4 5 6 7 8 9 10 | version: '3.8'
services:
cve-chatbot:
build: .
ports:
- "8501:8501"
environment:
- PINECONE_API_KEY=e4631c5c-d987-413e-8163-875dfd4b88f5
- PINECONE_API_ENV = us-east-1
- GOOGLE_API_KEY = AIzaSyA7pt3FzALt78hsu-8Pl4phHo4iTv2J5V4 |