Skip to content

Commit

Permalink
Fixed example code for running non-GPU R session
Browse files Browse the repository at this point in the history
I think the code that I updated is supposed to be for the `rocker/ml` not `rocker/ml-gpu` was was shown before. I could be wrong.
  • Loading branch information
Matthew T. Warkentin authored Jun 13, 2019
1 parent d870cb0 commit d41ae6f
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 @@ -32,7 +32,7 @@ Begin with the `ml` or `ml-gpu` version for a batteries-included setup
Run a bash shell or R command line:

```
docker run --rm -ti rocker/ml-gpu R
docker run --rm -ti rocker/ml R
nvidia-docker run --rm -ti rocker/ml-gpu R
```

Expand Down

0 comments on commit d41ae6f

Please sign in to comment.