update project and add ruff

This commit is contained in:
2024-06-21 10:54:26 +07:00
parent 98c04ab1be
commit cd3bae23e6
38 changed files with 156 additions and 55 deletions
+2
View File
@@ -3,5 +3,7 @@ LABEL authors="dmitrium12"
WORKDIR /audio_resive
COPY . .
RUN pip3 install -U pip
RUN pip3 install -r requirements.txt
RUN pip3 install -U openai-whisper