Skip to content

Commit a8fe80c

Browse files
committed
pin datasets hf package
1 parent e08d499 commit a8fe80c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ RUN pip install flashtext && \
497497
pip install bqplot && \
498498
pip install earthengine-api && \
499499
pip install transformers && \
500-
pip install datasets && \
500+
# 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 && \
501502
pip install dlib && \
502503
pip install kaggle-environments && \
503504
pip install geopandas && \

0 commit comments

Comments
 (0)