From 7fcf4b710c82266b1626ba84753904ea49775a3b Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Fri, 26 Jan 2024 21:58:23 -0500 Subject: [PATCH] updating to correct formating --- _deployments/aws_deployment.markdown | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_deployments/aws_deployment.markdown b/_deployments/aws_deployment.markdown index f57ec7f..8306c88 100644 --- a/_deployments/aws_deployment.markdown +++ b/_deployments/aws_deployment.markdown @@ -12,7 +12,7 @@ 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 -``` +{% 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" @@ -21,27 +21,27 @@ export aws_region="YOUR_AWS_REGION" https://gist.githubusercontent.com/tosin2013/76e47de3f32de4486ab4699c21b2188e/raw/1c16543b4edae4804f73966ca4e40822e0bbfa95/openshift-ai-workload.sh chmod +x openshift-ai-workload.sh ./openshift-ai-workload.sh -``` +{% endhighlight %} ## Configure jumpbox for deployment -``` +{% highlight bash %} curl -OL https://raw.githubusercontent.com/tosin2013/redhat-edge-ai-industrial-demo-infra/main/dev-box.sh chmod +x dev-box.sh ./dev-box.sh -``` +{% endhighlight %} ## For deployments without GPU -``` +{% highlight bash %} cd $HOME/redhat-edge-ai-industrial-demo-infra oc create -k clusters/overlays/aws -``` +{% endhighlight %} ## For deployments with GPU -``` +{% highlight bash %} cd $HOME/redhat-edge-ai-industrial-demo-infra oc create -k clusters/overlays/aws-gpu -``` +{% endhighlight %} [Back to Homepage](/) \ No newline at end of file