Skip to content

Commit

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

* Update Dockerfile
  • Loading branch information
mathbunnyru authored and kentwait committed Aug 3, 2023
1 parent 67b1ba9 commit 6319c21
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 6319c21

Please sign in to comment.