Install required Python library requirements using the requirement.in file
pip install -r requirements.in
Run the Streamlit server
streamlit run IRB_Assistant/main.py
In this case, use .streamlit/secrets.toml
for secrets
docker-compose up --build --force-recreate
In this case, use secrets/
and text files for secrets. The docker-compose.yml specifies all needed secrets.
specify a data folder location in .devcontainer/devcontainer.json
python3 -m mkdocs build
python3 -m mkdocs serve