from base
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 16:42:32 +08:00
parent 9f9bd98743
commit b93b9dba15
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,5 @@
FROM python:3.8.13
#FROM python:3.8.13
FROM artifacts.iflytek.com/docker-private/atp/base_image_for_ailab:0.0.1
WORKDIR /app

2
app.py
View File

@ -44,4 +44,4 @@ gr.Interface(
article=article,
examples=examples,
theme="huggingface",
).launch(debug=True, enable_queue=True)
).launch(debug=True, enable_queue=True)

View File

@ -1,4 +1 @@
transformers
gradio
Pillow
torch