You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "areusch (via GitHub)" <gi...@apache.org> on 2023/01/24 22:08:54 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #13829: [docker][microTVM]Fix Zephyr 0.15.2 SDK installation and separate Zephyr python environment

areusch commented on code in PR #13829:
URL: https://github.com/apache/tvm/pull/13829#discussion_r1085992666


##########
docker/install/ubuntu_install_zephyr.sh:
##########
@@ -58,10 +78,4 @@ chmod -R o+w ${ZEPHYR_PROJECT_PATH}
 mkdir zephyr/.cache
 chmod o+rwx zephyr/.cache
 
-pip3 install -r /opt/zephyrproject/zephyr/scripts/requirements.txt
-
-# the requirements above overwrite junintparser with an older version, but it is not
-# used so overwrite it again with the correct version
-pip3 install junitparser==2.4.2

Review Comment:
   i think i might have removed pip3 to stop ppl from installing stuff outside the tvm venv



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org