Temporarily pin flatbuffers version (#1907)

* Temporarily pin flatbuffers version

* Update Dockerfile
This commit is contained in:
Ayaz Salikhov
2023-05-28 11:39:46 +04:00
committed by GitHub
parent 4693a1d256
commit 8027d13f82

View File

@@ -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}" && \