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
992b5b54
Commit
992b5b54
authored
Jan 19, 2020
by
HUAN-PING SU
Committed by
Tianqi Chen
Jan 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix demo dockerfile build failed (#4744)
parent
cf59b206
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docker/Dockerfile.demo_cpu
+1
-1
docker/install/install_tvm_cpu.sh
+1
-1
docker/install/install_tvm_gpu.sh
+1
-1
No files found.
docker/Dockerfile.demo_cpu
View file @
992b5b54
...
...
@@ -17,7 +17,7 @@
# Minimum docker image for demo purposes
# prebuilt-image: tvmai/demo-cpu
FROM tvmai/ci-cpu:v0.5
2
FROM tvmai/ci-cpu:v0.5
4
# Jupyter notebook.
RUN pip3 install matplotlib Image Pillow jupyter[notebook]
...
...
docker/install/install_tvm_cpu.sh
View file @
992b5b54
...
...
@@ -21,7 +21,7 @@ set -u
set
-o
pipefail
cd
/usr
git clone
--depth
=
1
https://github.com/apache/incubator-tvm tvm
--recursive
git clone https://github.com/apache/incubator-tvm tvm
--recursive
cd
/usr/tvm
# checkout a hash-tag
git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470
...
...
docker/install/install_tvm_gpu.sh
View file @
992b5b54
...
...
@@ -21,7 +21,7 @@ set -u
set
-o
pipefail
cd
/usr
git clone
--depth
=
1
https://github.com/apache/incubator-tvm tvm
--recursive
git clone https://github.com/apache/incubator-tvm tvm
--recursive
cd
/usr/tvm
# checkout a hash-tag
git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470
...
...
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