We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7644e1d commit 88fc93aCopy full SHA for 88fc93a
Dockerfile.pb
@@ -15,8 +15,8 @@ RUN apt-get update && \
15
apt-get install -y --no-install-recommends \
16
build-essential gcc g++ python3-dev python3-rtree \
17
gdal-bin libgdal-dev python3-gdal python3-opencv libspatialindex-dev \
18
- && rm -rf /var/lib/apt/lists/*
19
-
+ && rm -rf /var/lib/apt/lists/* && \
+ python3 -m pip install --upgrade pip
20
# ==============================================================================
21
# === GPU base image (CUDA + runtime-only Python & GDAL) =======================
22
FROM nvidia/cuda:${CUDA_TAG} AS gpu-base
0 commit comments