Fix build (hope)

- miniconda versions and arguments
- remove useless hd5 install (dependency of h5py)
- pin the version of pyarrow
This commit is contained in:
romainx
2020-09-19 17:27:47 +02:00
parent 5f4c9a148d
commit 325dd5b3e2
3 changed files with 24 additions and 15 deletions

View File

@@ -50,9 +50,10 @@ ENV PYTHONPATH="${SPARK_HOME}/python:${SPARK_HOME}/python/lib/py4j-${py4j_versio
USER $NB_UID
# Install pyarrow
RUN conda install --quiet -y 'pyarrow' && \
RUN conda install --quiet --yes --satisfied-skip-solve \
'pyarrow=1.0.*' && \
conda clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
WORKDIR $HOME
WORKDIR $HOME