Code Review
/
aiml-fw
/
athp
/
tps
/
kubeflow-adapter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4e9e1cc
)
Kubeflow adapter failure fix due to requests-toolbelt upgrade
48/11048/1
author
rajdeep11
<rajdeep.sin@samsung.com>
Tue, 9 May 2023 05:48:01 +0000
(11:18 +0530)
committer
rajdeep11
<rajdeep.sin@samsung.com>
Tue, 9 May 2023 05:50:14 +0000
(11:20 +0530)
Issue-Id: AIMLFW-35
Change-Id: Iffe48f7c5c499ba7d921076879822d4e112f96b9
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
514cd66
..
fa1ec02
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-35,6
+35,7
@@
COPY . .
#Install the pip3 requirements
RUN pip3 install .
RUN pip3 install -r requirements.txt
+RUN pip3 install requests-toolbelt==0.10.1
#Expose the ports
EXPOSE 5000