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