We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8027d13 commit 4d70cf8Copy full SHA for 4d70cf8
tensorflow-notebook/Dockerfile
@@ -12,8 +12,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
12
13
# Install Tensorflow
14
RUN mamba install --yes \
15
- # Temporary pin flatbuffers version
16
- 'flatbuffers==23.3.3' \
17
'tensorflow' && \
18
mamba clean --all -f -y && \
19
fix-permissions "${CONDA_DIR}" && \
0 commit comments