Skip to content

Commit

Permalink
Change mxnet to pip (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Wang <vuwij1@gmail.com>
  • Loading branch information
Jason Wang and Vuwij committed Jun 29, 2022
1 parent a8342f3 commit 828e015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Docker Image ARM
on:
workflow_dispatch:
push:
branches: [master, cuda_arm_test]
branches: [master, change_mxnet_to_pip]
paths-ignore:
- "**.md"

Expand Down
2 changes: 1 addition & 1 deletion soccerbot/scripts/build_mxnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip3 install -e .

# Create wheel package
pip install wheel
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
python3 setup.py bdist_wheel
python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*
2 changes: 1 addition & 1 deletion soccerbot/scripts/install_mxnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [ "$(uname -m)" = "x86_64" ]; then
fi

apt update && apt-fast install -y libopenblas-dev
pip install gdown && gdown 1BoUq15BZC5tKuaBKg5wNg6NowwP6IsHz && pip install mxnet_jetson-1.9.1-py3-none-any.whl && rm -rf mxnet_jetson-1.9.1-py3-none-any.whl
pip install -i https://test.pypi.org/simple/ mxnet-jetson==1.9.1
exit 0

0 comments on commit 828e015

Please sign in to comment.