Skip to content

Commit

Permalink
install keras-nlp and keras-cv pre-release versions (#1340)
Browse files Browse the repository at this point in the history
http://b/315833744

Co-authored-by: Vincent Roseberry <[email protected]>
  • Loading branch information
Philmod and rosbo authored Dec 12, 2023
1 parent a42ecff commit ff731ce
Show file tree
Hide file tree
Showing 9 changed files with 30,753 additions and 32 deletions.
10 changes: 7 additions & 3 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,9 @@ RUN pip install flashtext \
osmnx==1.1.1 \
# Remove once `keras-core` is released as Keras
keras-core \
# b/312946339 latest version not compatible with our version of keras
keras-cv==0.6.4 \
keras-nlp && \
# TODO(b/315833744) unpin when the alpha versions are merged to the main version.
keras-cv==0.8.0.dev0 \
keras-nlp==0.7.0.dev3 && \
apt-get -y install libspatialindex-dev

RUN pip install pytorch-ignite \
Expand Down Expand Up @@ -690,6 +690,10 @@ RUN pip install "jupyter-lsp==1.5.1"
# Set backend for matplotlib
ENV MPLBACKEND "agg"

# Set LC_ALL
# https://github.com/explosion/spaCy/issues/12872#issuecomment-1661847588
ENV LC_ALL "POSIX"

ARG GIT_COMMIT=unknown
ARG BUILD_DATE=unknown

Expand Down
Loading

0 comments on commit ff731ce

Please sign in to comment.