Commit 4271b09b authored by romainx's avatar romainx

rollback pyarrow update

parent 32090f60
...@@ -51,7 +51,7 @@ USER $NB_UID ...@@ -51,7 +51,7 @@ USER $NB_UID
# Install pyarrow # Install pyarrow
RUN conda install --quiet --yes --satisfied-skip-solve \ RUN conda install --quiet --yes --satisfied-skip-solve \
'pyarrow=2.0.*' && \ 'pyarrow=1.0.*' && \
conda clean --all -f -y && \ conda clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \ fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}" fix-permissions "/home/${NB_USER}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment