mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
Remove CMake files (#4493)
This commit is contained in:
committed by
Robert Nishihara
parent
7d776f35e1
commit
b0f6ddf6d1
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user