Skip to content

Commit

Permalink
[CI] Enable ANTLR in CPU env (apache#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and merrymercy committed Feb 17, 2019
1 parent 4b57a1c commit 975eabb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ COPY install/ubuntu_install_nnpack.sh /install/ubuntu_install_nnpack.sh
RUN bash /install/ubuntu_install_nnpack.sh

ENV PATH $PATH:$CARGO_HOME/bin:/usr/lib/go-1.10/bin


# ANTLR deps
COPY install/ubuntu_install_java.sh /install/ubuntu_install_java.sh
RUN bash /install/ubuntu_install_java.sh

COPY install/ubuntu_install_antlr.sh /install/ubuntu_install_antlr.sh
RUN bash /install/ubuntu_install_antlr.sh

0 comments on commit 975eabb

Please sign in to comment.