Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Update Docker Engine installation links #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ 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/engine/installation/windows/)
- [macOS Installation](https://docs.docker.com/engine/installation/mac/)
- [Linux Installation](https://docs.docker.com/engine/installation/linux/)

Build a caffe docker image (CPU)
```
Expand Down