Skip to content

Commit

Permalink
correct dependancies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Apr 19, 2024
1 parent 5b2c986 commit 88e8cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM gorialis/discord.py:pypi-minimal
WORKDIR /alexbot

COPY requirements.txt /alexbot/requirements.txt
RUN pip install -U -r requirements.txt
RUN pip install -U -r /alexbot/requirements.txt


COPY . /alexbot
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jishaku~=2.5
python-slugify[unidecode]~=4.0.1
mcstatus~=5.1.4

SpeechRecognition==3.10.0
numba==0.57.0rc1
openai-whisper==20230314
SpeechRecognition~=3.10.3
openai-whisper>=20231117
pydub==0.25.1
soundfile==0.12.1

Expand Down

0 comments on commit 88e8cfc

Please sign in to comment.