Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
47277297
Commit
47277297
authored
Aug 04, 2023
by
John Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: remove duplicate gunicorn install
parent
9c115975
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Dockerfile
api/Dockerfile
+0
-2
requirements.txt
api/requirements.txt
+1
-1
No files found.
api/Dockerfile
View file @
47277297
...
...
@@ -18,8 +18,6 @@ WORKDIR /app/api
RUN
apt-get update
&&
\
apt-get
install
-y
bash curl wget vim gcc g++ python3-dev libc-dev libffi-dev
RUN
pip3
install
gunicorn
COPY
requirements.txt /app/api/requirements.txt
RUN
pip
install
-r
requirements.txt
...
...
api/requirements.txt
View file @
47277297
...
...
@@ -8,7 +8,7 @@ flask-migrate~=4.0.4
flask-restful==0.3.9
flask-session2==1.3.1
flask-cors==3.0.10
gunicorn~=2
0.1
.0
gunicorn~=2
1.2
.0
gevent~=22.10.2
langchain==0.0.239
openai~=0.27.8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment