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.
1 parent e08d499 commit a8fe80cCopy full SHA for a8fe80c
Dockerfile.tmpl
@@ -497,7 +497,8 @@ RUN pip install flashtext && \
497
pip install bqplot && \
498
pip install earthengine-api && \
499
pip install transformers && \
500
- pip install datasets && \
+ # b/232247930 >= 2.2.0 requires pyarrow >= 6.0.0 which conflicts with dependencies for rapidsai 0.21.*
501
+ pip install datasets==2.1.0 && \
502
pip install dlib && \
503
pip install kaggle-environments && \
504
pip install geopandas && \
0 commit comments