Skip to content

Commit 4b8a4cb

Browse files
committed
move lines up
1 parent 8e89da1 commit 4b8a4cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ RUN pip install flashtext && \
492492
pip install plotly_express && \
493493
pip install albumentations && \
494494
pip install rtree && \
495+
pip install osmnx && \
496+
apt-get -y install libspatialindex-dev && \
495497
pip install pytorch-ignite && \
496498
/tmp/clean-layer.sh
497499

@@ -555,7 +557,3 @@ ADD patches/tensorboard/notebook.py /opt/conda/lib/python3.6/site-packages/tenso
555557

556558
# Set backend for matplotlib
557559
ENV MPLBACKEND "agg"
558-
559-
# geospatial learn course
560-
RUN pip install osmnx && \
561-
apt-get -y install libspatialindex-dev

0 commit comments

Comments
 (0)