Code Review
/
portal
/
aiml-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
174f7fa
)
updating version for requests_toolbelt package
64/11564/1
1.1.2
author
josephthaliath
<jo.thaliath@samsung.com>
Tue, 8 Aug 2023 11:31:26 +0000
(17:01 +0530)
committer
josephthaliath
<jo.thaliath@samsung.com>
Tue, 8 Aug 2023 11:31:26 +0000
(17:01 +0530)
Issue-Id: AIMLFW-50
Change-Id: I695e1973c0b02be9acab319e9284b58c06b928c2
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
kf-pipelines/Dockerfile
patch
|
blob
|
history
diff --git
a/kf-pipelines/Dockerfile
b/kf-pipelines/Dockerfile
index
b7775a4
..
12eabbe
100644
(file)
--- a/
kf-pipelines/Dockerfile
+++ b/
kf-pipelines/Dockerfile
@@
-18,6
+18,7
@@
FROM jupyter/scipy-notebook:notebook-6.4.3
RUN python3 -m pip install --upgrade pip
RUN pip3 install kfp==1.4.0
+RUN pip3 install requests_toolbelt==0.10.1
ENV TA_DIR ./work
RUN mkdir -p ${TA_DIR}
WORKDIR ${TA_DIR}