rollback pyarrow update

This commit is contained in:
romainx
2020-10-20 12:10:36 +02:00
parent 32090f6011
commit 4271b09b33

View File

@@ -51,7 +51,7 @@ USER $NB_UID
# Install pyarrow
RUN conda install --quiet --yes --satisfied-skip-solve \
'pyarrow=2.0.*' && \
'pyarrow=1.0.*' && \
conda clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"