mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 14:32:57 +00:00
Temporarily pin flatbuffers version (#1907)
* Temporarily pin flatbuffers version * Update Dockerfile
This commit is contained in:
@@ -12,6 +12,8 @@ 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