Regular update

This commit is contained in:
romainx
2021-02-28 06:56:36 +01:00
parent daa8497d60
commit 753abff645
4 changed files with 4 additions and 4 deletions

View File

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