[CI] Fix broken installation of Pandas (#4722)
* [CI] Fix broken installation of Pandas * Update Dockerfile.gpu
This commit is contained in:
parent
b43f08bea5
commit
166def9f75
@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y wget unzip bzip2 libgomp1 && \
|
apt-get install -y wget unzip bzip2 libgomp1 build-essential && \
|
||||||
# Python
|
# Python
|
||||||
wget https://repo.continuum.io/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh && \
|
wget https://repo.continuum.io/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh && \
|
||||||
bash Miniconda3-4.5.12-Linux-x86_64.sh -b -p /opt/python
|
bash Miniconda3-4.5.12-Linux-x86_64.sh -b -p /opt/python
|
||||||
@ -17,7 +17,7 @@ ENV PATH=/opt/python/bin:$PATH
|
|||||||
# Install Python packages
|
# Install Python packages
|
||||||
RUN \
|
RUN \
|
||||||
pip install numpy pytest scipy scikit-learn pandas matplotlib wheel kubernetes urllib3 graphviz && \
|
pip install numpy pytest scipy scikit-learn pandas matplotlib wheel kubernetes urllib3 graphviz && \
|
||||||
conda install dask=2.0.0
|
pip install "dask[complete]==2.0.0"
|
||||||
|
|
||||||
ENV GOSU_VERSION 1.10
|
ENV GOSU_VERSION 1.10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user