Skip to content

Commit 883f785

Browse files
Add only the more-itertools to the build
1 parent 4f6bfc1 commit 883f785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.pb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ARG BUILD_TYPE
4545
COPY docker/pipped-requirements.txt /tmp/pipped-requirements.txt
4646

4747
RUN --mount=type=cache,target=/root/.cache/pip \
48-
pip install --no-cache-dir --upgrade pip setuptools wheel more-itertools && \
48+
pip install --no-cache-dir --upgrade pip more-itertools && \
4949
pip install --no-cache-dir tensorflow==${TF_VER} && \
5050
pip install --no-cache-dir -r /tmp/pipped-requirements.txt && \
5151
pip install "GDAL==$(gdal-config --version)"

0 commit comments

Comments
 (0)