Skip to content

Commit

Permalink
Remove docker related documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA committed Dec 8, 2017
1 parent addf0d4 commit 5ff1b34
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ The currently supported frameworks are: Caffe, Torch, and Tensorflow.

| Installation method | Supported platform[s] | Available versions | Instructions |
| --- | --- | --- | --- |
| Docker | Linux | [DockerHub tags](https://hub.docker.com/r/nvidia/digits/tags/) | [nvidia-docker wiki](https://github.com/NVIDIA/nvidia-docker/wiki/DIGITS) |
| Source | Ubuntu 14.04, 16.04 | [GitHub tags](https://github.com/NVIDIA/DIGITS/releases) | [docs/BuildDigits.md](docs/BuildDigits.md) |


Expand Down
4 changes: 1 addition & 3 deletions docs/BuildDigits.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Building DIGITS

The preferred installation method for DIGITS as of version 6 is using a dockerfile and installing it as a docker container. To install DIGITS with Docker, please follow [this guide](DockerInstall.md)

If those don't work for you for some reason, the following instructions will walk you through building the latest version of DIGITS from source.
The following instructions will walk you through building the latest version of DIGITS from source.
**These instructions are for installation on Ubuntu 14.04 and 16.04.**

Alternatively, see [this guide](BuildDigitsWindows.md) for setting up DIGITS and Caffe on Windows machines.
Expand Down
29 changes: 0 additions & 29 deletions docs/DockerInstall.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/UbuntuInstall.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Ubuntu Installation

Starting from DIGITS 6, the preferred method of installation is using Docker and installing DIGITS inside a Docker container. Instructions to do so are [here](DockerInstall.md). If Docker don't meet your needs, then you can follow [these instructions](BuildDigits.md) to build DIGITS and its dependencies from source.

## Getting started

After getting DIGITS set up, the DIGITS server should now be running at `http://localhost:5000`.
Expand Down

0 comments on commit 5ff1b34

Please sign in to comment.