Skip to content

Commit

Permalink
feat: add ports to ai-studio (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi authored Feb 19, 2024
1 parent 2b32133 commit c12f497
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
6 changes: 5 additions & 1 deletion chatbot-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ application:
arch:
- arm64
- amd64
ports:
- 8001
- name: streamlit-chat-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
- amd64
ports:
- 8501
4 changes: 4 additions & 0 deletions code-generation/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ application:
arch:
- arm64
- amd64
ports:
- 8001
- name: codegen-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
8 changes: 7 additions & 1 deletion rag-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@ application:
arch:
- arm64
- amd64
ports:
- 8001
- name: chromadb-server
contextdir:: builds/chromadb
containerfile: Containerfile
vectordb: true
arch:
- arm64
- amd64
ports:
- 8000
- name: rag-inference-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
- amd64
ports:
- 8501
6 changes: 5 additions & 1 deletion summarizer-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ application:
arch:
- arm64
- amd64
ports:
- 8001
- name: streamlit-summary-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
- amd64
ports:
- 8501

0 comments on commit c12f497

Please sign in to comment.