Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff731ce

Browse files
Philmodrosbo
andauthoredDec 12, 2023
install keras-nlp and keras-cv pre-release versions (#1340)
http://b/315833744 Co-authored-by: Vincent Roseberry <[email protected]>
1 parent a42ecff commit ff731ce

File tree

9 files changed

+30753
-32
lines changed

9 files changed

+30753
-32
lines changed
 

‎Dockerfile.tmpl

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,9 @@ RUN pip install flashtext \
547547
osmnx==1.1.1 \
548548
# Remove once `keras-core` is released as Keras
549549
keras-core \
550-
# b/312946339 latest version not compatible with our version of keras
551-
keras-cv==0.6.4 \
552-
keras-nlp && \
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 && \
553553
apt-get -y install libspatialindex-dev
554554

555555
RUN pip install pytorch-ignite \
@@ -690,6 +690,10 @@ RUN pip install "jupyter-lsp==1.5.1"
690690
# Set backend for matplotlib
691691
ENV MPLBACKEND "agg"
692692

693+
# Set LC_ALL
694+
# https://github.com/explosion/spaCy/issues/12872#issuecomment-1661847588
695+
ENV LC_ALL "POSIX"
696+
693697
ARG GIT_COMMIT=unknown
694698
ARG BUILD_DATE=unknown
695699

0 commit comments

Comments
 (0)
Please sign in to comment.