
Ultimate access to all questions.
One of the developers on your team deployed their application in Google Container Engine using a Dockerfile. They report that their application deployments are taking too long. The Dockerfile includes installing Python and dependencies from a requirements.txt file. You want to optimize this Dockerfile for faster deployment times without adversely affecting the application's functionality. Which two actions should you take? (Choose two.)
A
Remove Python after running pip
B
Remove dependencies from requirements.txt
C
Use a slimmed-down base image like Alpine Linux
D
Use larger machine types for your Google Container Engine node pools
E
Copy the source after the package dependencies (Python and pip) are installed