Commit 975d0d44 by Josh Pollock Committed by Tianqi Chen

[Relay] Parser CI dependencies and build rules (#1965)

parent 81db03ab
......@@ -69,6 +69,9 @@ RUN bash /install/ubuntu_install_tensorflow.sh
COPY install/ubuntu_install_redis.sh /install/ubuntu_install_redis.sh
RUN bash /install/ubuntu_install_redis.sh
COPY install/ubuntu_install_antlr.sh /install/ubuntu_install_antlr.sh
RUN bash /install/ubuntu_install_antlr.sh
# Environment variables
ENV PATH=/usr/local/nvidia/bin:${PATH}
ENV PATH=/usr/local/cuda/bin:${PATH}
......
cd /usr/local/lib
wget https://www.antlr.org/download/antlr-4.7.1-complete.jar
cd -
alias antlr4='java -jar /usr/local/lib/antlr-4.7.1-complete.jar'
# install libraries for python package on ubuntu
pip2 install nose pylint numpy nose-timer cython decorator scipy tornado
pip2 install nose pylint numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime
pip3 install nose pylint numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment