Skip to content

Commit

Permalink
Temporarily pin flatbuffers version (#1907)
Browse files Browse the repository at this point in the history
* Temporarily pin flatbuffers version

* Update Dockerfile
  • Loading branch information
mathbunnyru authored May 28, 2023
1 parent 4693a1d commit 8027d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install Tensorflow
RUN mamba install --yes \
# Temporary pin flatbuffers version
'flatbuffers==23.3.3' \
'tensorflow' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
Expand Down

0 comments on commit 8027d13

Please sign in to comment.