Skip to content

Commit 4d70cf8

Browse files
committed
Revert "Temporarily pin flatbuffers version (#1907)"
This reverts commit 8027d13.
1 parent 8027d13 commit 4d70cf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorflow-notebook/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1212

1313
# Install Tensorflow
1414
RUN mamba install --yes \
15-
# Temporary pin flatbuffers version
16-
'flatbuffers==23.3.3' \
1715
'tensorflow' && \
1816
mamba clean --all -f -y && \
1917
fix-permissions "${CONDA_DIR}" && \

0 commit comments

Comments
 (0)