solutions-architect-pro video for new releases of an application that you manage are taking longer than expected, and you want to speed up the deployments. The
New releases of an application that you manage are taking longer than expected, and you want to speed up the deployments. The application is deployed on GKE using this Dockerfile: FROM ubuntu : 20.04 COPY . / src RUN apt - get update - y && apt - get upgrade - y RUN apt - get install - y python python - pip python - dev RUN pip install - r requirements_new . txt What should you do? (Select 2 answers)