Skip to content

Commit

Permalink
updating to correct formating
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Jan 27, 2024
1 parent 8a320db commit 7fcf4b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _deployments/aws_deployment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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](/)

0 comments on commit 7fcf4b7

Please sign in to comment.