Update required for new modules
Some checks failed
OpenWebUI Discord Bot / Build-and-Push (push) Failing after 43s
Some checks failed
OpenWebUI Discord Bot / Build-and-Push (push) Failing after 43s
This commit is contained in:
parent
b4e2772cf0
commit
9a4b3e0d87
@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
RUN pip install --no-cache-dir discord.py python-dotenv openai
|
RUN pip install --no-cache-dir discord.py python-dotenv openai requests collections
|
||||||
|
|
||||||
# Copy the bot script
|
# Copy the bot script
|
||||||
COPY /scripts/discordbot.py .
|
COPY /scripts/discordbot.py .
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
discord.py
|
discord.py
|
||||||
openai
|
openai
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
requests
|
||||||
|
collections
|
@ -1,3 +1,5 @@
|
|||||||
discord.py
|
discord.py
|
||||||
openai
|
openai
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
requests
|
||||||
|
collections
|
Loading…
Reference in New Issue
Block a user