Skip to content

Commit

Permalink
chore: enable ML predictions on prod & staging
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 5, 2024
1 parent cb1fb7a commit b48c038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
echo "GOOGLE_CLOUD_VISION_API_KEY=${{ secrets.GOOGLE_CLOUD_VISION_API_KEY }}" >> .env
echo "GOOGLE_GEMINI_API_KEY=${{ secrets.GOOGLE_GEMINI_API_KEY }}" >> .env
echo "TRITON_URI=${{ env.TRITON_URI }}" >> .env
ECHO "ENABLE_ML_PREDICTIONS=True" >> .env
- name: Create Docker volumes
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit b48c038

Please sign in to comment.