Skip to content

Commit

Permalink
Format inline code block. (pytorch#12441)
Browse files Browse the repository at this point in the history
Summary:
Signed-off-by: Marcela Morales Quispe <[email protected]>
Pull Request resolved: pytorch#12441

Differential Revision: D10236743

Pulled By: SsnL

fbshipit-source-id: c0e446a81a388cf6a558bf7ab8ba0e59703dc169
  • Loading branch information
marcemq authored and facebook-github-bot committed Oct 8, 2018
1 parent 0e44db8 commit 8689d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ python setup.py install

### Docker image

Dockerfile is supplied to build images with cuda support and cudnn v7. You can pass -e PYTHON_VERSION=x.y flag to specificy which python to be used by Miniconda, or leave it unset to use the default. Build as usual
Dockerfile is supplied to build images with cuda support and cudnn v7. You can pass `-e PYTHON_VERSION=x.y` flag to specificy which python to be used by Miniconda, or leave it unset to use the default. Build as usual
```
docker build -t pytorch -f docker/pytorch/Dockerfile .
```
Expand Down

0 comments on commit 8689d8a

Please sign in to comment.