modify docker files
This commit is contained in:
+4
-3
@@ -4,6 +4,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
|
||||
RUN curl -sSL https://install.python-poetry.org -o install-poetry.py
|
||||
RUN python3 install-poetry.py
|
||||
ENV PATH="${PATH}:/root/.local/bin"
|
||||
RUN poetry install
|
||||
|
||||
Reference in New Issue
Block a user