Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Dakkak committed Mar 28, 2017
1 parent 6198ff6 commit 92dccc8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,15 @@ The `rai_build.yml` is written as a [Yaml](http://yaml.org/) ([Spec](http://www.
rai:
version: 0.2 # this is required
image: nvidia/cuda:8.0-devel-ubuntu16.04 # nvidia/cuda:8.0-devel-ubuntu16.04 is a docker image
# and can be viewed at https://hub.docker.com/r/nvidia/cuda/
# You can specify any image found on dockerhub
# and can be viewed at https://hub.docker.com/r/nvidia/cuda/
# You can specify any image found on dockerhub
resources:
gpus: 1 # tell the system that you're using a gpu
cpu:
architecture: ppc64le
gpu:
architecture: pascal
count: 1 # tell the system that you're using a gpu
network: false
commands:
build:
- echo "Building project"
Expand Down

0 comments on commit 92dccc8

Please sign in to comment.