File tree Expand file tree Collapse file tree
tensorflow/lite/micro/tools/ci_build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ IMAGE_ID=$(cat $IMAGE_ID_FILE)
6363
6464# Build the Python package within an ephemeral container.
6565docker run \
66+ --init \
6667 --rm \
6768 --interactive \
6869 --mount type=bind,source=$SRCDIR ,destination=$SRCDIR \
Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ py_test(
229229 "nomsan" ,
230230 "noubsan" ,
231231 ],
232- target_compatible_with = TARGET_COMPATIBLE_WITH ,
233232 deps = [
234233 ":overlap_add_op" ,
235234 requirement ("absl_py" ),
Original file line number Diff line number Diff line change 3737echo " ${TFLM_BOT_TOKEN} " | docker login ghcr.io -u tflm-bot --password-stdin
3838
3939# Note: DOCKER_RUN_ENV is used without quotes to allow multiple flags.
40- docker run ${DOCKER_RUN_ENV:- } --rm -v " $( pwd) " :/opt/tflite-micro " ${IMAGE} " \
40+ docker run ${DOCKER_RUN_ENV:- } --init -- rm -v " $( pwd) " :/opt/tflite-micro " ${IMAGE} " \
4141 /bin/bash -c " cd /opt && tflite-micro/$* "
You can’t perform that action at this time.
0 commit comments