generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
Build and Deploy Steps
Nahrain1 edited this page Feb 4, 2024
·
5 revisions
Obtain an API Key from "https://platform.openai.com/api-keys", then follow these steps to set up and run the software:
1. Clone the repository: git clone https://github.com/amosproj/amos2023ws05-pipeline-config-chat-ai.git
pip install -r requirements.txt
- Navigate to the 'ChatUI_streamlit' directory:
cd.\src\ChatUI_streamlit\
- Run the Streamlit app:
streamlit run app.py
- Build the Docker image:
docker build -t my-streamlit-app .
- Run the Docker container:
docker run -p 8501:8501my-streamlit-app