Skip to content

Commit e77332d

Browse files
Update Dockerfile.pb
1 parent 6443232 commit e77332d

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 && \
48+
pip install --no-cache-dir --upgrade pip setuptools wheel 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)