Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Jan 29, 2024
1 parent ca6ec5c commit 0e3603e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _deployments/aws_deployment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 0e3603e

Please sign in to comment.