mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Fix build (hope)
- miniconda versions and arguments - remove useless hd5 install (dependency of h5py) - pin the version of pyarrow
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user