mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
[DataFrame] Add Parquet Support in Build Process (#1531)
* Add shell script for building parquet * Use parquet ci script; remove anaconda * Remove gcc flag, use default * add boost_root * Fix $TP_DIR reference issue * fix the PR * check out specific parquet-cpp commit
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
FROM ubuntu:xenial
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y vim git wget \
|
||||
&& apt-get install -y cmake pkg-config build-essential autoconf curl libtool unzip
|
||||
&& apt-get install -y cmake pkg-config build-essential autoconf curl libtool unzip flex bison
|
||||
RUN echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh \
|
||||
&& wget --quiet 'https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh' -O /tmp/anaconda.sh \
|
||||
&& /bin/bash /tmp/anaconda.sh -b -p /opt/conda \
|
||||
|
||||
Reference in New Issue
Block a user