add computing connect

This commit is contained in:
2023-11-11 09:47:34 +07:00
parent 8c04c67c27
commit ebd1b6002b
42 changed files with 280 additions and 121 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM python:3.10.6
LABEL authors="dmitrium12"
WORKDIR /audio_resive
COPY . .
RUN pip3 install -r requirements.txt
RUN pip3 install -U openai-whisper