From b93b9dba15ed25db3278258d113fa46073f056ae Mon Sep 17 00:00:00 2001 From: jianjiang Date: Fri, 21 Apr 2023 16:42:32 +0800 Subject: [PATCH] from base --- Dockerfile | 3 ++- app.py | 2 +- requirements.txt | 3 --- 3 files changed, 3 insertions(+), 5 deletions(-) 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