Skip to content

Commit

Permalink
Merge pull request yahoo#46 from mattlawer/patch-1
Browse files Browse the repository at this point in the history
updated README
  • Loading branch information
Ben Lloyd Pearson authored Nov 6, 2018
2 parents 79f77bc + c5fb4a1 commit 58ef64b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Please note that deeper networks, or networks with more filters can improve accu
This Docker quickstart guide can be used for evaluating the model quickly with minimal dependency installation.

Install Docker Engine
- [Windows Installation](https://docs.docker.com/v1.8/installation/windows/)
- [Mac OSX Installation](https://docs.docker.com/v1.8/installation/mac/)
- [Ubuntu Installation](https://docs.docker.com/v1.8/installation/ubuntulinux/)
- [Windows Installation](https://docs.docker.com/docker-for-windows/install/)
- [Mac OSX Installation](https://docs.docker.com/docker-for-mac/install/)
- [Ubuntu Installation](https://docs.docker.com/engine/installation/linux/ubuntu/)

Build a caffe docker image (CPU)
```
docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/standalone/cpu/Dockerfile
docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile
```

Check the caffe installation
Expand Down

0 comments on commit 58ef64b

Please sign in to comment.