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
5194da65
Commit
5194da65
authored
Jan 19, 2019
by
Yao Wang
Committed by
Tianqi Chen
Jan 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gluoncv installation (#2464)
parent
02455306
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
docker/Dockerfile.ci_gpu
+3
-0
docker/Dockerfile.demo_cpu
+1
-1
docker/Dockerfile.demo_gpu
+1
-1
docker/install/ubuntu_install_gluoncv.sh
+1
-0
No files found.
docker/Dockerfile.ci_gpu
View file @
5194da65
...
...
@@ -46,6 +46,9 @@ RUN bash /install/ubuntu_install_opengl.sh
COPY install/ubuntu_install_mxnet.sh /install/ubuntu_install_mxnet.sh
RUN bash /install/ubuntu_install_mxnet.sh
COPY install/ubuntu_install_gluoncv.sh /install/ubuntu_install_gluoncv.sh
RUN bash /install/ubuntu_install_gluoncv.sh
COPY install/ubuntu_install_coreml.sh /install/ubuntu_install_coreml.sh
RUN bash /install/ubuntu_install_coreml.sh
...
...
docker/Dockerfile.demo_cpu
View file @
5194da65
...
...
@@ -21,7 +21,7 @@ RUN echo deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main \
RUN pip3 install matplotlib Image Pillow jupyter[notebook]
# Deep learning frameworks
RUN pip3 install mxnet tensorflow keras
RUN pip3 install mxnet tensorflow keras
gluoncv
# Build TVM
COPY install/install_tvm_cpu.sh /install/install_tvm_cpu.sh
...
...
docker/Dockerfile.demo_gpu
View file @
5194da65
...
...
@@ -21,7 +21,7 @@ RUN echo deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main \
RUN pip3 install matplotlib Image Pillow jupyter[notebook]
# Deep learning frameworks
RUN pip3 install mxnet tensorflow keras
RUN pip3 install mxnet tensorflow keras
gluoncv
# Build TVM
COPY install/install_tvm_gpu.sh /install/install_tvm_gpu.sh
...
...
docker/install/ubuntu_install_gluoncv.sh
0 → 100644
View file @
5194da65
pip3 install gluoncv
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