Skip to content

Commit

Permalink
ajusta memoria
Browse files Browse the repository at this point in the history
  • Loading branch information
maaottoni committed Oct 30, 2024
1 parent 7a87d18 commit 70c29a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
gcloud run deploy mesageria-mvp \
--image="us-central1-docker.pkg.dev/predictive-keep-314223/mensageria-mvp/mensageria-mvp:latest" \
--region=us-central1 \
--memory=4Gi \
--memory=2Gi \
--platform=managed \
--allow-unauthenticated \
--project=predictive-keep-314223
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM python:3.10.8-slim-bullseye
RUN apt-get update && \
apt-get install -y \
curl \
gcc \
g++ \
build-essential \
libpq-dev

Expand Down

0 comments on commit 70c29a2

Please sign in to comment.