Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ RUN pip install flashtext \
# Remove once `keras-core` is released as Keras
keras-core \
# TODO(b/315833744) unpin when the alpha versions are merged to the main version.
keras-cv==0.8.0.dev0 \
keras-nlp==0.7.0.dev3 && \
keras-cv \
keras-nlp && \
apt-get -y install libspatialindex-dev

RUN pip install pytorch-ignite \
Expand Down