Add openai module
This commit is contained in:
parent
ac432fabcc
commit
23f043673f
2 changed files with 61 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue