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
c2f544e4
Commit
c2f544e4
authored
Oct 15, 2021
by
龚子荣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update images
parent
b5810d27
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
140 additions
and
0 deletions
+140
-0
.DS_Store
.DS_Store
+0
-0
.gitignore
python3.8.12-image-search-milvus-1.1.1/.idea/.gitignore
+3
-0
Project_Default.xml
...milvus-1.1.1/.idea/inspectionProfiles/Project_Default.xml
+19
-0
profiles_settings.xml
...lvus-1.1.1/.idea/inspectionProfiles/profiles_settings.xml
+6
-0
misc.xml
python3.8.12-image-search-milvus-1.1.1/.idea/misc.xml
+4
-0
modules.xml
python3.8.12-image-search-milvus-1.1.1/.idea/modules.xml
+8
-0
python3.8.12-image-search.iml
...e-search-milvus-1.1.1/.idea/python3.8.12-image-search.iml
+8
-0
vcs.xml
python3.8.12-image-search-milvus-1.1.1/.idea/vcs.xml
+6
-0
Dockerfile
python3.8.12-image-search-milvus-1.1.1/Dockerfile
+25
-0
resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
...odel/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
+0
-0
.gitignore
python3.8.12-image-search/.idea/.gitignore
+3
-0
Project_Default.xml
...image-search/.idea/inspectionProfiles/Project_Default.xml
+19
-0
profiles_settings.xml
...age-search/.idea/inspectionProfiles/profiles_settings.xml
+6
-0
misc.xml
python3.8.12-image-search/.idea/misc.xml
+4
-0
modules.xml
python3.8.12-image-search/.idea/modules.xml
+8
-0
python3.8.12-image-search.iml
...on3.8.12-image-search/.idea/python3.8.12-image-search.iml
+8
-0
vcs.xml
python3.8.12-image-search/.idea/vcs.xml
+6
-0
Dockerfile
python3.8.12-image-search/Dockerfile
+7
-0
resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
...odel/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
+0
-0
No files found.
.DS_Store
0 → 100644
View file @
c2f544e4
File added
python3.8.12-image-search-milvus-1.1.1/.idea/.gitignore
0 → 100644
View file @
c2f544e4
# Default ignored files
/shelf/
/workspace.xml
python3.8.12-image-search-milvus-1.1.1/.idea/inspectionProfiles/Project_Default.xml
0 → 100644
View file @
c2f544e4
<component
name=
"InspectionProjectProfileManager"
>
<profile
version=
"1.0"
>
<option
name=
"myName"
value=
"Project Default"
/>
<inspection_tool
class=
"PyPep8NamingInspection"
enabled=
"true"
level=
"WEAK WARNING"
enabled_by_default=
"true"
>
<option
name=
"ignoredErrors"
>
<list>
<option
value=
"N806"
/>
</list>
</option>
</inspection_tool>
<inspection_tool
class=
"PyUnresolvedReferencesInspection"
enabled=
"true"
level=
"WARNING"
enabled_by_default=
"true"
>
<option
name=
"ignoredIdentifiers"
>
<list>
<option
value=
"main.operations"
/>
</list>
</option>
</inspection_tool>
</profile>
</component>
\ No newline at end of file
python3.8.12-image-search-milvus-1.1.1/.idea/inspectionProfiles/profiles_settings.xml
0 → 100644
View file @
c2f544e4
<component
name=
"InspectionProjectProfileManager"
>
<settings>
<option
name=
"USE_PROJECT_PROFILE"
value=
"false"
/>
<version
value=
"1.0"
/>
</settings>
</component>
\ No newline at end of file
python3.8.12-image-search-milvus-1.1.1/.idea/misc.xml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 2.7"
project-jdk-type=
"Python SDK"
/>
</project>
\ No newline at end of file
python3.8.12-image-search-milvus-1.1.1/.idea/modules.xml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/python3.8.12-image-search.iml"
filepath=
"$PROJECT_DIR$/.idea/python3.8.12-image-search.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
python3.8.12-image-search-milvus-1.1.1/.idea/python3.8.12-image-search.iml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"PYTHON_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
python3.8.12-image-search-milvus-1.1.1/.idea/vcs.xml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$/.."
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
python3.8.12-image-search-milvus-1.1.1/Dockerfile
0 → 100644
View file @
c2f544e4
From
python:3.8.12
WORKDIR
/app
COPY
. /app
RUN
mkdir
-p
/root/.keras/models
&&
mv
/app/model/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5 /root/.keras/models/
RUN
apt-get update
RUN
apt-get
install
-y
libsm6 libxext6 libxrender-dev libgl1-mesa-glx
RUN
python3
-m
pip
install
pymilvus
==
1.1.2
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
python3.8.12-image-search-milvus-1.1.1/model/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
0 → 100644
View file @
c2f544e4
File added
python3.8.12-image-search/.idea/.gitignore
0 → 100644
View file @
c2f544e4
# Default ignored files
/shelf/
/workspace.xml
python3.8.12-image-search/.idea/inspectionProfiles/Project_Default.xml
0 → 100644
View file @
c2f544e4
<component
name=
"InspectionProjectProfileManager"
>
<profile
version=
"1.0"
>
<option
name=
"myName"
value=
"Project Default"
/>
<inspection_tool
class=
"PyPep8NamingInspection"
enabled=
"true"
level=
"WEAK WARNING"
enabled_by_default=
"true"
>
<option
name=
"ignoredErrors"
>
<list>
<option
value=
"N806"
/>
</list>
</option>
</inspection_tool>
<inspection_tool
class=
"PyUnresolvedReferencesInspection"
enabled=
"true"
level=
"WARNING"
enabled_by_default=
"true"
>
<option
name=
"ignoredIdentifiers"
>
<list>
<option
value=
"main.operations"
/>
</list>
</option>
</inspection_tool>
</profile>
</component>
\ No newline at end of file
python3.8.12-image-search/.idea/inspectionProfiles/profiles_settings.xml
0 → 100644
View file @
c2f544e4
<component
name=
"InspectionProjectProfileManager"
>
<settings>
<option
name=
"USE_PROJECT_PROFILE"
value=
"false"
/>
<version
value=
"1.0"
/>
</settings>
</component>
\ No newline at end of file
python3.8.12-image-search/.idea/misc.xml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 2.7"
project-jdk-type=
"Python SDK"
/>
</project>
\ No newline at end of file
python3.8.12-image-search/.idea/modules.xml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/python3.8.12-image-search.iml"
filepath=
"$PROJECT_DIR$/.idea/python3.8.12-image-search.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
python3.8.12-image-search/.idea/python3.8.12-image-search.iml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"PYTHON_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
python3.8.12-image-search/.idea/vcs.xml
0 → 100644
View file @
c2f544e4
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$/.."
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
python3.8.12-image-search/Dockerfile
View file @
c2f544e4
From
python:3.8.12
WORKDIR
/app
COPY
. /app
RUN
mkdir
-p
/root/.keras/models
&&
mv
/app/model/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5 /root/.keras/models/
RUN
apt-get update
RUN
apt-get
install
-y
libsm6 libxext6 libxrender-dev libgl1-mesa-glx
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
...
...
@@ -16,3 +22,4 @@ RUN python3 -m pip install python-multipart
RUN
python3
-m
pip
install
aiofiles
RUN
python3
-m
pip
install
pillow
==
8.2.0
python3.8.12-image-search/model/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
0 → 100644
View file @
c2f544e4
File added
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