Skip to content

Commit

Permalink
dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AleX committed Nov 17, 2024
1 parent 2797c2f commit 2a45f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.10
LABEL maintainer="[email protected]"

WORKDIR /bot
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
aiogram==2.22.2
wheel
webuiapi
translate
torch
# torch
transformers
vk_api
ok_api
Expand Down

0 comments on commit 2a45f10

Please sign in to comment.