Skip to content

Commit

Permalink
環境変数を設定する
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jun 17, 2023
1 parent d5cb995 commit 59408db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.ubuntu-20.04_armv8_jetson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
cd /root/sora-python-sdk
rm -rf dist/ wheelhouse/
rye sync
rye run python -m build
SORA_SDK_TARGET=ubuntu-20.04_armv8_jetson rye run python -m build
'
docker container cp $CONTID:/root/sora-python-sdk/dist/ ./tmp/
if [ $WITH_AUDITWHEEL -ne 0 ]; then
Expand Down

0 comments on commit 59408db

Please sign in to comment.