This is a dedicated watch page for a single video.
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"]