Skip to content

Commit

Permalink
aumenta memoria
Browse files Browse the repository at this point in the history
  • Loading branch information
maaottoni committed Oct 30, 2024
1 parent 66a4f25 commit b6477b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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=2Gi \
--memory=8Gi \
--platform=managed \
--allow-unauthenticated \
--project=predictive-keep-314223
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ 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 b6477b0

Please sign in to comment.