Skip to content

Commit e3f5607

Browse files
committed
No deps in docker build
1 parent cd35fc1 commit e3f5607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /v03_pipeline
1515
COPY requirements.txt .
1616
COPY requirements-dataproc.txt .
1717
COPY requirements-prod.txt .
18-
RUN python3 -m pip install --no-cache-dir -r ./requirements.txt -r ./requirements-dataproc.txt -r requirements-prod.txt
18+
RUN python3 -m pip install --no-dependencies --no-cache-dir -r ./requirements.txt -r ./requirements-dataproc.txt -r requirements-prod.txt
1919

2020
# Application Code
2121
COPY v03_pipeline/api api

0 commit comments

Comments
 (0)