You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/10/05 05:29:28 UTC

[submarine] branch master updated: SUBMARINE-1042. Failed to build jupyter image

This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new f6e3e7b  SUBMARINE-1042. Failed to build jupyter image
f6e3e7b is described below

commit f6e3e7bc202bdf11cd76190cf21943ac1479809a
Author: Kevin Su <pi...@apache.org>
AuthorDate: Mon Oct 4 02:30:58 2021 +0800

    SUBMARINE-1042. Failed to build jupyter image
    
    Signed-off-by: Kevin Su <pingsutwapache.org>
    
    ### What is this PR for?
    <!-- A few sentences describing the overall goals of the pull request's commits.
    First time? Check out the contributing guide - https://submarine.apache.org/contribution/contributions.html
    -->
    Fix failed to build jupyter image
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    <!-- * Open an issue on Jira https://issues.apache.org/jira/browse/SUBMARINE/
    * Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg. `SUBMARINE-23. PR title`
    -->
    https://issues.apache.org/jira/browse/SUBMARINE-1042
    
    ### How should this be tested?
    <!--
    * First time? Setup Travis CI as described on https://submarine.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed behavior
    * Outline any manual steps to test the PR here.
    -->
    Pass the CIs.
    ### Screenshots (if appropriate)
    ![image](https://user-images.githubusercontent.com/37936015/135767037-99b41c3c-99bf-49d4-aec5-3658365e079f.png)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: Kevin Su <pi...@apache.org>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #764 from pingsutw/SUBMARINE-1042 and squashes the following commits:
    
    1deecf21 [Kevin Su] Failed to build jupyter image
---
 dev-support/docker-images/jupyter/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/docker-images/jupyter/Dockerfile b/dev-support/docker-images/jupyter/Dockerfile
index 055a48e..90a0de0 100644
--- a/dev-support/docker-images/jupyter/Dockerfile
+++ b/dev-support/docker-images/jupyter/Dockerfile
@@ -94,7 +94,7 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda3-py37_${MINICONDA
     conda clean --all -f -y && \
     rm -rf /home/$NB_USER/.cache/yarn
 
-RUN conda init bash 
+RUN conda init bash
 # Install latest sumbarine python sdk and notebook
 RUN source ~/.bashrc && conda activate && \
     git clone https://github.com/apache/submarine && \
@@ -110,7 +110,7 @@ RUN cp submarine/submarine-sdk/pysubmarine/example/submarine_experiment_sdk.ipyn
 
 # Install latest stable qlib
 RUN conda install -c conda-forge cvxpy==1.0.21
-RUN pip install numpy=1.20.0 pyqlib==0.6.2
+RUN pip install numpy==1.20.0 pyqlib==0.6.2
 
 # Add qlib example in notebook
 RUN wget https://raw.githubusercontent.com/microsoft/qlib/main/examples/workflow_by_code.ipynb -P $HOME

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org