mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Revert "Temporarily pin flatbuffers version (#1907)"
This reverts commit 8027d13f82
.
This commit is contained in:
@@ -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}" && \
|
||||
|
Reference in New Issue
Block a user