Revert "Temporarily pin flatbuffers version (#1907)"

This reverts commit 8027d13f82.
This commit is contained in:
Ayaz Salikhov
2023-05-30 14:43:46 +04:00
parent 8027d13f82
commit 4d70cf8da9

View File

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