Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
975d0d44
Commit
975d0d44
authored
Oct 23, 2018
by
Josh Pollock
Committed by
Tianqi Chen
Oct 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Relay] Parser CI dependencies and build rules (#1965)
parent
81db03ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
docker/Dockerfile.ci_gpu
+3
-0
docker/install/ubuntu_install_antlr.sh
+5
-0
docker/install/ubuntu_install_python_package.sh
+1
-1
No files found.
docker/Dockerfile.ci_gpu
View file @
975d0d44
...
...
@@ -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}
...
...
docker/install/ubuntu_install_antlr.sh
0 → 100644
View file @
975d0d44
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'
docker/install/ubuntu_install_python_package.sh
View file @
975d0d44
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment