Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
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
UNI-KLU
SMART
Commits
a13a149b
Commit
a13a149b
authored
Feb 11, 2020
by
Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed community-detection microservice build
parent
4c83bce4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
4 deletions
+46
-4
Dockerfile
src/data-hub/community-detection-microservice/Dockerfile
+2
-0
requirements.txt
...hub/community-detection-microservice/app/requirements.txt
+44
-4
No files found.
src/data-hub/community-detection-microservice/Dockerfile
View file @
a13a149b
...
@@ -9,7 +9,9 @@ RUN apt-get update
...
@@ -9,7 +9,9 @@ RUN apt-get update
EXPOSE
5000
EXPOSE
5000
WORKDIR
/app
WORKDIR
/app
COPY
src/modules/ /app/
COPY
src/data-hub/community-detection-microservice/app/ /app/
COPY
src/data-hub/community-detection-microservice/app/ /app/
RUN
pip
install
-r
requirements.txt
RUN
pip
install
-r
requirements.txt
RUN
chmod
a+x main.py
RUN
chmod
a+x main.py
...
...
src/data-hub/community-detection-microservice/app/requirements.txt
View file @
a13a149b
connexion[swagger-ui]
astroid==2.3.3
numpy
attrs==19.3.0
matplotlib
autopep8==1.5
scikit-learn
certifi==2019.11.28
\ No newline at end of file
chardet==3.0.4
Click==7.0
clickclick==1.2.2
connexion==2.6.0
cycler==0.10.0
Flask==1.1.1
idna==2.8
importlib-metadata==1.5.0
inflection==0.3.1
isort==4.3.21
itsdangerous==1.1.0
Jinja2==2.11.1
joblib==0.14.1
jsonschema==3.2.0
kiwisolver==1.1.0
lazy-object-proxy==1.4.3
MarkupSafe==1.1.1
matplotlib==3.1.3
mccabe==0.6.1
numpy==1.18.1
openapi-spec-validator==0.2.8
# pkg-resources==0.0.0
pycodestyle==2.5.0
pylint==2.4.4
pymongo==3.10.1
pyparsing==2.4.6
pyrsistent==0.15.7
python-dateutil==2.8.1
PyYAML==5.3
requests==2.22.0
rope==0.16.0
scikit-learn==0.22.1
scipy==1.4.1
six==1.14.0
swagger-ui-bundle==0.0.6
typed-ast==1.4.1
urllib3==1.25.8
Werkzeug==0.16.1
wrapt==1.11.2
zipp==2.1.0
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