We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af8709 commit 6cfa8baCopy full SHA for 6cfa8ba
README.md
@@ -23,16 +23,7 @@ python3 -m venv venv
23
pip install -r requirements.txt
24
```
25
26
-## Step 4a: Build App Locally [OPTION 1]
27
-```bash
28
-cd app/website
29
-docker build --tag cortexaai:latest .
30
-docker run -d --name cortexaai --publish 5000:5000 cortexaai
31
-cd ..
32
33
-```
34
-
35
-## Step 4b: Deploy & Run App to Kubernetes via Helm [OPTION 2]
+## Step 4: Deploy & Run App to Kubernetes via Helm
36
```bash
37
cd app
38
helm install website .
0 commit comments