update
This commit is contained in:
parent
89a3a1d086
commit
a05705142b
|
@ -22,8 +22,9 @@ RUN pip install --no-cache-dir openai==0.27.2
|
|||
RUN pip install --no-cache-dir gradio==3.21.0
|
||||
RUN pip install --no-cache-dir pip==22.3.1
|
||||
RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install /test .
|
||||
|
||||
COPY --chown=1000 ./ /home/user/app
|
||||
|
||||
RUN pip install whisper/.
|
||||
|
||||
CMD ["python3", "app.py"]
|
Loading…
Reference in New Issue