Skip to content

Commit

Permalink
Revert "Temporarily pin flatbuffers version (#1907)"
Browse files Browse the repository at this point in the history
This reverts commit 8027d13.
  • Loading branch information
mathbunnyru committed May 30, 2023
1 parent 8027d13 commit 4d70cf8
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 4d70cf8

Please sign in to comment.