Tuchuanhuhuhu commited on
Commit
43d181b
·
1 Parent(s): 157f174

删除了多余的文件

Browse files
Files changed (2) hide show
  1. Dockerfile 2 +0 -14
  2. requirements 2.txt +0 -1
Dockerfile 2 DELETED
@@ -1,14 +0,0 @@
1
- FROM python:3.9 as builder
2
- RUN apt-get update && apt-get install -y build-essential
3
- COPY requirements.txt .
4
- RUN pip install --user -r requirements.txt
5
-
6
- FROM python:3.9
7
- MAINTAINER iskoldt
8
- COPY --from=builder /root/.local /root/.local
9
- ENV PATH=/root/.local/bin:$PATH
10
- COPY . /app
11
- WORKDIR /app
12
- ENV my_api_key empty
13
- ENV dockerrun yes
14
- CMD ["python3", "-u", "ChuanhuChatbot.py", "2>&1", "|", "tee", "/var/log/application.log"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements 2.txt DELETED
@@ -1 +0,0 @@
1
- git+https://github.com/GaiZhenbiao/gradio.git