FatalLin opened a new pull request, #1029: URL: https://github.com/apache/submarine/pull/1029
### What is this PR for? The github action hit the timeout exception while building the image of jupyter and jupyter-gpu time to time since the previous days. After couple testing, I found it indeed takes infinite time to install CVXPY with conda. Per the discussion on weekly meeting, I change the way to install CVXPY from conda to pip, and it also bring s some side-effect here like the some dependent package is too old and cause "use_2to3 is invalid" error, so some of the package had also been upgraded as well in this PR. ### What type of PR is it? Improvement ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-1358? ### How should this be tested? I build and deploy the image in my local environment and looks like everything is worked. ### Screenshots (if appropriate) ### Questions: * Do the license files need updating?No * Are there breaking changes for older versions?No * Does this need new documentation? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
