Skip to content

Commit 6983257

Browse files
authored
Upgrade KerasCV & KerasNLP (#1346)
The latest version of KerasCV (0.8) and KerasNLP (0.7) now include the Kaggle integration.
1 parent 410054c commit 6983257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ RUN pip install flashtext \
548548
# Remove once `keras-core` is released as Keras
549549
keras-core \
550550
# TODO(b/315833744) unpin when the alpha versions are merged to the main version.
551-
keras-cv==0.8.0.dev0 \
552-
keras-nlp==0.7.0.dev3 && \
551+
keras-cv \
552+
keras-nlp && \
553553
apt-get -y install libspatialindex-dev
554554

555555
RUN pip install pytorch-ignite \

0 commit comments

Comments
 (0)