Skip to content

Commit 7b9e26e

Browse files
fix: Add python-is-python3 package and upgrade pip in GPU base image
1 parent d758bd8 commit 7b9e26e

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
@@ -23,7 +23,7 @@ FROM nvidia/cuda:${CUDA_TAG} AS gpu-base
2323
ENV DEBIAN_FRONTEND=noninteractive
2424
RUN apt-get update && \
2525
apt-get install -y --no-install-recommends \
26-
python3 python3-pip build-essential gcc g++ python3-dev python3-rtree \
26+
python3 python3-pip build-essential gcc g++ python3-dev python3-rtree python-is-python3 \
2727
gdal-bin libgdal-dev python3-gdal python3-opencv libspatialindex-dev \
2828
&& rm -rf /var/lib/apt/lists/* && \
2929
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)