Video upload date:  · Duration: PT1H46M27S  · Language: EN

Considering the scenario of configuring a gcp video

developer-professional video for considering the scenario of configuring a continuous integration pipeline using Cloud Build to automate container image builds,

This is a dedicated watch page for a single video.

Full Certification Question

Considering the scenario of configuring a continuous integration pipeline using Cloud Build to automate container image builds, which optimization can be implemented based on the provided code segment? Choose two options. FROM python:3.7-alpine COPY . /app WORKDIR /app RUN pip install -r requirements.txt CMD ["gunicorn", "-w 4", "main:app"]