Skip to content

Commit

Permalink
Revert "Temporarily pin flatbuffers version (jupyter#1907)"
Browse files Browse the repository at this point in the history
This reverts commit 8027d13.
  • Loading branch information
mathbunnyru authored and kentwait committed Aug 3, 2023
1 parent 6319c21 commit 7cabcea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ 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 7cabcea

Please sign in to comment.