diff --git a/_deployments/aws_deployment.markdown b/_deployments/aws_deployment.markdown index abd4e73..0105acb 100644 --- a/_deployments/aws_deployment.markdown +++ b/_deployments/aws_deployment.markdown @@ -11,13 +11,14 @@ image: /path/to/hero-image.jpg # Path to a hero image (optional) * Review and run the [openshift-ai-workload.sh](https://gist.github.com/tosin2013/76e47de3f32de4486ab4699c21b2188e) ## SSH into RHEL jumpbox +[Deploying GPUs for AI Workloads on OpenShift on AWS](https://medium.com/@tcij1013/deploying-gpus-for-ai-workloads-on-openshift-on-aws-9f43b9ce2875) {% highlight bash %} Export the following AWS variables before running this script: export aws_access_key_id="YOUR_ACCESS_KEY_ID" export aws_secret_access_key="YOUR_SECRET_ACCESS_KEY" export aws_region="YOUR_AWS_REGION" -https://gist.githubusercontent.com/tosin2013/76e47de3f32de4486ab4699c21b2188e/raw/1c16543b4edae4804f73966ca4e40822e0bbfa95/openshift-ai-workload.sh +curl -OL https://gist.githubusercontent.com/tosin2013/76e47de3f32de4486ab4699c21b2188e/raw/1c16543b4edae4804f73966ca4e40822e0bbfa95/openshift-ai-workload.sh chmod +x openshift-ai-workload.sh ./openshift-ai-workload.sh {% endhighlight %}