We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd5c65f + 60ad63f commit 028b262Copy full SHA for 028b262
Dockerfile
@@ -412,10 +412,7 @@ RUN pip install flashtext && \
412
pip install plotly_express && \
413
pip install albumentations && \
414
pip install catalyst && \
415
- # b/145133331: latest version is causing issue with gcloud.
416
- pip install rtree==0.8.3 && \
417
- # b/145133331 osmnx 0.11 requires rtree >= 0.9 which is causing issue with gcloud.
418
- pip install osmnx==0.10 && \
+ pip install osmnx && \
419
apt-get -y install libspatialindex-dev && \
420
pip install pytorch-ignite && \
421
pip install qgrid && \
0 commit comments