We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc263e commit 9b029cfCopy full SHA for 9b029cf
Dockerfile
@@ -57,7 +57,7 @@ WORKDIR /home/jovyan/pygis
57
# Prevent version resolution errors in CI
58
ENV SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYGIS=0.0.0
59
60
-RUN pip install -U . && \
+RUN pip install -U .[plot] && \
61
rm -rf ./build ./dist *.egg-info && \
62
mkdir -p /home/jovyan/work && \
63
fix-permissions /home/jovyan && \
0 commit comments