diff --git a/Dockerfile b/Dockerfile index 671699b..5b47bb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/app.py b/app.py index 5885786..1688b9d 100644 --- a/app.py +++ b/app.py @@ -44,4 +44,4 @@ gr.Interface( article=article, examples=examples, theme="huggingface", -).launch(debug=True, enable_queue=True) \ No newline at end of file +).launch(debug=True, enable_queue=True) diff --git a/requirements.txt b/requirements.txt index 7d7baa5..7e2fba5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1 @@ -transformers -gradio Pillow -torch \ No newline at end of file