cdmikechen commented on code in PR #1029: URL: https://github.com/apache/submarine/pull/1029#discussion_r1061149580
########## dev-support/docker-images/jupyter-gpu/Dockerfile: ########## @@ -117,7 +118,7 @@ RUN git clone --depth=1 https://github.com/apache/submarine && \ rm submarine -rf # Add qlib example in notebook -RUN wget https://raw.githubusercontent.com/microsoft/qlib/main/examples/workflow_by_code.ipynb -P $HOME +RUN wget https://raw.githubusercontent.com/microsoft/qlib/v0.9.0/examples/workflow_by_code.ipynb -P $HOME Review Comment: Is it possible to keep the version of qlib the same as the current file? I've tried and I think version 0.8.6 is also available for download. https://raw.githubusercontent.com/microsoft/qlib/v0.8.6/examples/workflow_by_code.ipynb Others LGTM -- 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]
