mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +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
|
# Install Tensorflow
|
||||||
RUN mamba install --yes \
|
RUN mamba install --yes \
|
||||||
# Temporary pin flatbuffers version
|
|
||||||
'flatbuffers==23.3.3' \
|
|
||||||
'tensorflow' && \
|
'tensorflow' && \
|
||||||
mamba clean --all -f -y && \
|
mamba clean --all -f -y && \
|
||||||
fix-permissions "${CONDA_DIR}" && \
|
fix-permissions "${CONDA_DIR}" && \
|
||||||
|
Reference in New Issue
Block a user