You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded our base cpu and gpu base image
-updated torch eco.
-removed patch and pins placed for tf 2.15
-removed torch text, it is no longer maintained and incompatible with
torch 2.4.0
-geopanda depreciated it's datasets methods, test needed to be updated
# Remove "--no-deps" flag and "namex" package once Keras 3.* is included in our base image.
225
-
# We ignore dependencies since tf2.15 and Keras 3.* should work despite pip saying it won't.
226
-
# Currently, keras tries to install a nightly version of tf 2.16: https://github.com/keras-team/keras/blob/fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd/requirements.txt#L2
227
-
RUN pip install --no-deps "keras>3" keras-cv keras-nlp namex && \
213
+
RUN pip install "keras>3" keras-cv keras-nlp && \
228
214
/tmp/clean-layer.sh
229
215
230
216
# b/328788268 libpysal 4.10 seems to fail with "module 'shapely' has no attribute 'Geometry'. Did you mean: 'geometry'"
0 commit comments