Skip to content

Commit

Permalink
🔧 Config python image
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGawlik committed Jul 17, 2024
1 parent cf77456 commit 70e2445
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
isEnabled: true
image:
imageFrom: europe-west3-docker.pkg.dev/brdata-live/cloud-deploy-images/br24-suppl-comment-detector-base-image
image: python:3.10-slim-bullseye
install:
command: apt update && pip install -r requirements.txt
run:
command: /opt/venv/bin/python3.9 -m uvicorn api:APP --host 0.0.0.0 --port 3000
command: python api.py
settings:
type: service
security:
Expand Down

0 comments on commit 70e2445

Please sign in to comment.