Remove CMake files (#4493)

This commit is contained in:
Philipp Moritz
2019-04-02 22:17:33 -07:00
committed by Robert Nishihara
parent 7d776f35e1
commit b0f6ddf6d1
33 changed files with 29 additions and 1924 deletions
+6 -6
View File
@@ -6,14 +6,9 @@ RUN apt-get update \
git \
wget \
cmake \
pkg-config \
build-essential \
autoconf \
curl \
libtool \
unzip \
flex \
bison \
&& apt-get clean \
&& echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh \
&& wget \
@@ -26,6 +21,11 @@ RUN apt-get update \
&& /opt/conda/bin/conda clean -y --all \
&& /opt/conda/bin/pip install \
flatbuffers \
cython==0.29.0
cython==0.29.0 \
numpy==1.15.4
# To avoid the following error on Jenkins:
# AttributeError: 'numpy.ufunc' object has no attribute '__module__'
RUN /opt/conda/bin/pip uninstall -y dask
ENV PATH "/opt/conda/bin:$PATH"
+2 -1
View File
@@ -2,9 +2,10 @@
# for end users.
FROM ray-project/base-deps
ENV RAY_USE_CMAKE=1
ADD ray.tar /ray
ADD git-rev /ray/git-rev
RUN /ray/ci/travis/install-bazel.sh
ENV PATH=$PATH:/root/bin
WORKDIR /ray/python
RUN pip install -e .
WORKDIR /ray