Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
python
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
images
python
Commits
b5810d27
Commit
b5810d27
authored
3 years ago
by
龚子荣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3a98086e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
Dockerfile
python3.8.12-image-search/Dockerfile
+18
-0
No files found.
python3.8.12-image-search/Dockerfile
0 → 100644
View file @
b5810d27
From
python:3.8.12
RUN
apt-get update
RUN
python3
-m
pip
install
pymilvus
==
2.0.0rc6
RUN
python3
-m
pip
install
diskcache
==
5.2.1
RUN
python3
-m
pip
install
uvicorn
==
0.13.4
RUN
python3
-m
pip
install
PyMySQL
==
1.0.2
RUN
python3
-m
pip
install
paddlepaddle
==
2.1.0
RUN
python3
-m
pip
install
tensorflow
==
2.5.1
RUN
python3
-m
pip
install
opencv_python
==
4.5.2.54
RUN
python3
-m
pip
install
numpy
==
1.19.5
RUN
python3
-m
pip
install
pydantic
==
1.8.2
RUN
python3
-m
pip
install
fastapi
==
0.65.2
RUN
python3
-m
pip
install
PyYAML
==
5.4.1
RUN
python3
-m
pip
install
python-multipart
RUN
python3
-m
pip
install
aiofiles
RUN
python3
-m
pip
install
pillow
==
8.2.0
This diff is collapsed.
Click to expand it.
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