python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
Go to the file and add GOOGLE_VM_CONFIG_LOCK_FILE to ignorable.
vi .venv/lib/python3.9/site-packages/bitsandbytes/cuda_setup/env_vars.p
python3 ingest.py
cp example.env .env # update necessary fields
streamlit run app.py
