Skip to content

Commit e0587aa

Browse files
authored
Remove stale comment about keras-nlp pin (#1407)
@calderjo fixed this in #1401
1 parent c493f6f commit e0587aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ ADD patches/keras_internal_test.py /opt/conda/lib/python3.10/site-packages/tenso
223223
# Remove "--no-deps" flag and "namex" package once Keras 3.* is included in our base image.
224224
# We ignore dependencies since tf2.15 and Keras 3.* should work despite pip saying it won't.
225225
# Currently, keras tries to install a nightly version of tf 2.16: https://github.com/keras-team/keras/blob/fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd/requirements.txt#L2
226-
# b/341360061 Unpin keras-nlp once kaggle-hub is able to provide task.json file when requested
227226
RUN pip install --no-deps "keras>3" keras-cv keras-nlp namex && \
228227
/tmp/clean-layer.sh
229228

0 commit comments

Comments
 (0)