Skip to content

Commit

Permalink
Remove stale comment about keras-nlp pin (#1407)
Browse files Browse the repository at this point in the history
@calderjo fixed this in #1401
  • Loading branch information
rosbo authored Jun 10, 2024
1 parent c493f6f commit e0587aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ ADD patches/keras_internal_test.py /opt/conda/lib/python3.10/site-packages/tenso
# Remove "--no-deps" flag and "namex" package once Keras 3.* is included in our base image.
# We ignore dependencies since tf2.15 and Keras 3.* should work despite pip saying it won't.
# Currently, keras tries to install a nightly version of tf 2.16: https://github.com/keras-team/keras/blob/fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd/requirements.txt#L2
# b/341360061 Unpin keras-nlp once kaggle-hub is able to provide task.json file when requested
RUN pip install --no-deps "keras>3" keras-cv keras-nlp namex && \
/tmp/clean-layer.sh

Expand Down

0 comments on commit e0587aa

Please sign in to comment.