Skip to content

Commit 9b029cf

Browse files
committed
Update Dockerfile
1 parent 1bc263e commit 9b029cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ WORKDIR /home/jovyan/pygis
5757
# Prevent version resolution errors in CI
5858
ENV SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYGIS=0.0.0
5959

60-
RUN pip install -U . && \
60+
RUN pip install -U .[plot] && \
6161
rm -rf ./build ./dist *.egg-info && \
6262
mkdir -p /home/jovyan/work && \
6363
fix-permissions /home/jovyan && \

0 commit comments

Comments
 (0)