Fix typos

This commit is contained in:
Frederik Carlier 2018-11-22 20:44:00 +00:00
parent 31089209ce
commit d6016dedf9
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ $ kubectl describe node <node name> | grep gpu.intel.com
2. Create a pod running unit tests off the local Docker image:
```
$ kubectl apply -f demo/intelgpu_job.yaml
$ kubectl apply -f demo/intelgpu-job.yaml
```
3. Review the pod's logs:

View File

@ -14,7 +14,7 @@ spec:
containers:
-
name: intelgpu-demo-job-1
image: ubuntu-demo-opencl:latest
image: ubuntu-demo-opencl:devel
imagePullPolicy: IfNotPresent
command: [ "/run-opencl-example.sh", "/root/6-1/fft" ]
resources: