Browse Source

Fix assemble script (#4650)

Lin Manhui 4 weeks ago
parent
commit
677ea06a94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/hps/sdk/scripts/assemble.sh

+ 1 - 1
deploy/hps/sdk/scripts/assemble.sh

@@ -8,5 +8,5 @@ docker run \
     -v "$(pwd)":/workspace \
     -w /workspace \
     --rm \
-    ccr-2vdh3abv-pub.cnc.bj.baidubce.com/linmanhui/python:3.10 \
+    python:3.10 \
     /bin/bash scripts/_assemble.sh "$@"