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 410054c commit 6983257Copy full SHA for 6983257
Dockerfile.tmpl
@@ -548,8 +548,8 @@ RUN pip install flashtext \
548
# Remove once `keras-core` is released as Keras
549
keras-core \
550
# 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 && \
+ keras-cv \
+ keras-nlp && \
553
apt-get -y install libspatialindex-dev
554
555
RUN pip install pytorch-ignite \
0 commit comments