# clone repo
git clone http://github.com/jefby/tf-cpu
# install docker build tools
sudo apt install -y docker docker-io
# docker build from scratch
cd tf-cpu/build
sudo docker build --build-arg NAME=jefby --build-arg GID=5000 --build-arg UID=5000 --build-arg VERSION=1.10 --build-arg MKLDNN_VERSION=0.14 --build-arg BLAS=MKL --build-arg MOPTS=-march=native .
forked from YijinLiu/tf-cpu
-
Notifications
You must be signed in to change notification settings - Fork 0
jefby/tf-cpu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 53.7%
- Shell 38.0%
- Makefile 7.9%
- Dockerfile 0.4%