Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Mar 16, 2024
1 parent afea453 commit ba5e1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_deployment/developer_deployment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories: jekyll update
## 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 %}
```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 @@ -26,7 +26,7 @@ chmod +x openshift-ai-workload.sh
./openshift-ai-workload.sh m6i.4xlarge # without GPU
./openshift-ai-workload.sh g4dn.2xlarge # with GPU
{% endhighlight %}
```

## Configure SSL for OpenShift Console
* [Configuring SSL for OpenShift Console](https://docs.openshift.com/container-platform/4.14/security/certificates/replacing-default-ingress-certificate.html)
Expand Down

0 comments on commit ba5e1d5

Please sign in to comment.