ryankert01 commented on code in PR #755: URL: https://github.com/apache/mahout/pull/755#discussion_r2646803208
########## qdp/benchmark/colab/mahout_benchmark.ipynb: ########## Review Comment: @guan404ming there is many things that's only for colab! such as: ``` !sudo apt-get update -y > /dev/null !sudo apt-get install python3.11 python3.11-dev python3.11-distutils libpython3.11-dev > /dev/null !sudo apt-get install python3.11-venv binfmt-support > /dev/null !sudo apt-get install python3-pip > /dev/null !python3 -m pip install --upgrade pip > /dev/null !python3 -m pip install ipykernel ``` I'm not sure what it will do to a local environment! That's why I put it in colab dir. -- 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]
