File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
site/content/en/docs/tutorials Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1213,7 +1213,7 @@ update-kong-ingress-controller-version:
12131213update-nvidia-device-plugin-version :
12141214 cd hack && go run update/nvidia_device_plugin_version/nvidia_device_plugin_version.go
12151215
1216- # for amd gpu
1216+ # for amd gpu
12171217.PHONY : update-amd-device-plugin-version
12181218update-amd-device-plugin-version :
12191219 cd hack && go run update/amd_device_gpu_plugin_version/amd_device_gpu_plugin_version.go
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ if [ -z "${EXTERNAL}" ]; then
500500 echo " >> uploading ${SUMMARY_OUT} to gs://${JOB_GCS_BUCKET} _summary.json"
501501 echo " >> public URL: ${REPORT_URL_BASE} /${JOB_GCS_BUCKET} _summary.json"
502502 gsutil -qm cp " ${SUMMARY_OUT} " " gs://${JOB_GCS_BUCKET} _summary.json" || true
503- else
503+ else
504504 # Otherwise, put the results in a predictable spot so the upload job can find them
505505 REPORTS_PATH=test_reports
506506 mkdir -p " $REPORTS_PATH "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ date: 2018-01-02
4646 minikube delete
4747 ```
4848 This will make sure minikube does any required setup or addon installs now that the nvidia runtime is available.
49-
49+
5050- Start minikube with one of:
5151 - The NVIDIA Container Toolkit
5252 ``` shell
@@ -154,7 +154,7 @@ drivers supported by minikube for macOS doesn't support GPU passthrough:
154154- [moby/hyperkit#159](https://github.com/moby/hyperkit/issues/159)
155155- [VirtualBox docs](https://www.virtualbox.org/manual/ch09.html#pcipassthrough)
156156
157- Also:
157+ Also:
158158
159159- For quite a while, all Mac hardware (both laptops and desktops) have come with
160160 Intel or AMD GPUs (and not with NVIDIA GPUs). Recently, Apple added [support
You can’t perform that action at this time.
0 commit comments