Skip to content

Commit 8027d13

Browse files
authored
Temporarily pin flatbuffers version (#1907)
* Temporarily pin flatbuffers version * Update Dockerfile
1 parent 4693a1d commit 8027d13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow-notebook/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ 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' \
1517
'tensorflow' && \
1618
mamba clean --all -f -y && \
1719
fix-permissions "${CONDA_DIR}" && \

0 commit comments

Comments
 (0)