Update Python dependencies
This commit is contained in:
@@ -102,8 +102,10 @@ RUN wget https://github.com/stamen/terrain-classic/blob/master/fonts/unifont-Med
|
|||||||
# Install python libraries
|
# Install python libraries
|
||||||
RUN pip3 install --break-system-packages \
|
RUN pip3 install --break-system-packages \
|
||||||
requests \
|
requests \
|
||||||
osmium \
|
psycopg2 \
|
||||||
pyyaml
|
pyyaml \
|
||||||
|
colormath \
|
||||||
|
numpy
|
||||||
|
|
||||||
# Install carto for stylesheet
|
# Install carto for stylesheet
|
||||||
RUN npm install -g carto@1.2.0
|
RUN npm install -g carto@1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user