We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd35fc1 commit e3f5607Copy full SHA for e3f5607
v03_pipeline/deploy/Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /v03_pipeline
15
COPY requirements.txt .
16
COPY requirements-dataproc.txt .
17
COPY requirements-prod.txt .
18
-RUN python3 -m pip install --no-cache-dir -r ./requirements.txt -r ./requirements-dataproc.txt -r requirements-prod.txt
+RUN python3 -m pip install --no-dependencies --no-cache-dir -r ./requirements.txt -r ./requirements-dataproc.txt -r requirements-prod.txt
19
20
# Application Code
21
COPY v03_pipeline/api api
0 commit comments