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
845584c8
Commit
845584c8
authored
Feb 11, 2020
by
Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extracted pip requirements file
parent
769b922f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
12 deletions
+18
-12
Dockerfile
src/data-hub/semantic-linking-microservice/Dockerfile
+2
-3
requirements.txt
...ta-hub/semantic-linking-microservice/app/requirements.txt
+3
-0
Dockerfile
src/rest-gateway/Dockerfile
+2
-4
requirements.txt
src/rest-gateway/app/requirements.txt
+4
-0
Dockerfile
...ransaction-hub-in/trace-retrieval-microservice/Dockerfile
+2
-5
requirements.txt
...-hub-in/trace-retrieval-microservice/app/requirements.txt
+5
-0
No files found.
src/data-hub/semantic-linking-microservice/Dockerfile
View file @
845584c8
...
...
@@ -5,15 +5,14 @@ ENV http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
RUN
pip
install
pika
EXPOSE
5000
WORKDIR
/app
COPY
src/data-hub/semantic-linking-microservice/app/ /app/
COPY
src/modules/ /app/
RUN
pip
install
-r
requirements.txt
RUN
chmod
a+x main.py
CMD
["python", "./main.py"]
\ No newline at end of file
src/data-hub/semantic-linking-microservice/app/requirements.txt
0 → 100644
View file @
845584c8
flask
connexion[swagger-ui]
pika
src/rest-gateway/Dockerfile
View file @
845584c8
...
...
@@ -5,16 +5,14 @@ ENV http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
RUN
pip
install
pika
RUN
pip
install
deprecated
EXPOSE
5000
WORKDIR
/app
COPY
src/rest-gateway/app/ /app/
COPY
src/modules/ /app/
RUN
pip
install
-r
requirements.txt
RUN
chmod
a+x main.py
CMD
["python", "./main.py"]
\ No newline at end of file
src/rest-gateway/app/requirements.txt
0 → 100644
View file @
845584c8
flask
connexion[swagger-ui]
pika
deprecated
src/transaction-hub-in/trace-retrieval-microservice/Dockerfile
View file @
845584c8
...
...
@@ -5,17 +5,14 @@ ENV http_proxy http://proxy.uni-klu.ac.at:3128/
ENV
https_proxy http://proxy.uni-klu.ac.at:3128/
RUN
apt-get update
RUN
pip
install
flask
RUN
pip
install
connexion[swagger-ui]
RUN
pip
install
pika
RUN
pip
install
pymongo
RUN
pip
install
deprecated
EXPOSE
5000
WORKDIR
/app
COPY
src/transaction-hub-in/trace-retrieval-microservice/app/ /app/
COPY
src/modules/ /app/
RUN
pip
install
-r
requirements.txt
RUN
chmod
a+x main.py
CMD
["python", "./main.py"]
\ No newline at end of file
src/transaction-hub-in/trace-retrieval-microservice/app/requirements.txt
0 → 100644
View file @
845584c8
flask
connexion[swagger-ui]
pika
pymongo
deprecated
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