Add openai module

This commit is contained in:
nemunaire 2025-02-07 17:39:08 +01:00
commit 23f043673f
2 changed files with 61 additions and 1 deletions

View file

@ -5,7 +5,7 @@ WORKDIR /usr/src/app
COPY requirements.txt /usr/src/app/
RUN apk add --no-cache bash build-base capstone-dev mandoc-doc man-db w3m youtube-dl aspell aspell-fr && \
pip install --no-cache-dir -r requirements.txt && \
pip install bs4 capstone dnspython && \
pip install bs4 capstone dnspython openai && \
apk del build-base capstone-dev && \
ln -s /var/lib/nemubot/home /home/nemubot