Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lRomul committed Apr 9, 2019
2 parents 2f5029e + d7a6026 commit 71133f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -49,6 +49,8 @@ while need_predictions:
* [PyTorch](https://github.com/pytorch/pytorch) 1.0.1.post2 or above to build C++ extension for Python
* [Python](https://www.python.org/) 3.6 or above to build C++ extension for Python

It is convenient to use TensorStream in Docker containers. The provided [Dockerfiles](#docker-image) is supplied to create an image with all the necessary dependencies.

### Installation from source

#### TensorStream source code
Expand Down Expand Up @@ -132,7 +134,7 @@ Dockerfiles can be found in [docker](docker) folder. Please note that for differ
```
docker build -t tensorstream -f docker/Dockerfile_cu10 .
```
Run with bash command line and follow C++ extension for Python [installation guide](#install-tensorstream)
Run with bash command line and follow [installation guide](#install-tensorstream)
```
nvidia-docker run -ti tensorstream bash
```
Expand Down

0 comments on commit 71133f6

Please sign in to comment.