From: rajdeep11 Date: Tue, 9 May 2023 05:48:01 +0000 (+0530) Subject: Kubeflow adapter failure fix due to requests-toolbelt upgrade X-Git-Tag: 1.1.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6ab1c6003aeca6c8207bf0af0535116995d9e558;p=aiml-fw%2Fathp%2Ftps%2Fkubeflow-adapter.git Kubeflow adapter failure fix due to requests-toolbelt upgrade Issue-Id: AIMLFW-35 Change-Id: Iffe48f7c5c499ba7d921076879822d4e112f96b9 Signed-off-by: rajdeep11 --- diff --git a/Dockerfile b/Dockerfile index 514cd66..fa1ec02 100644 --- 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