Add discord bot, github pipelines
This commit is contained in:
6
examples/discord/entrypoint.sh
Executable file
6
examples/discord/entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pip uninstall hnswlib chromadb-hnswlib -y
|
||||
pip install hnswlib chromadb-hnswlib
|
||||
cd /app
|
||||
python3 /app/main.py
|
||||
Reference in New Issue
Block a user