from base
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
9f9bd98743
commit
b93b9dba15
|
@ -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
2
app.py
|
@ -44,4 +44,4 @@ gr.Interface(
|
|||
article=article,
|
||||
examples=examples,
|
||||
theme="huggingface",
|
||||
).launch(debug=True, enable_queue=True)
|
||||
).launch(debug=True, enable_queue=True)
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
transformers
|
||||
gradio
|
||||
Pillow
|
||||
torch
|
Loading…
Reference in New Issue