Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.
MIT License
706
stars
73
forks
source link
[CI] GitHub Actions fails to build ARM64/aarch64 docker image #653
#12 [7/8] RUN sudo chown user:user /workdir
#12 0.120 sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
#12 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c sudo chown ${USERNAME}:${USERNAME} ${WKDIR}" did not complete successfully: exit code: 1
------
> [7/8] RUN sudo chown user:user /workdir:
: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
------
Dockerfile:48
--------------------
46 | ARG WKDIR=/workdir
47 | WORKDIR ${WKDIR}
48 | >>> RUN sudo chown ${USERNAME}:${USERNAME} ${WKDIR}
49 |
50 | RUN echo 'export CUDA_VISIBLE_DEVICES=-1' >> ${HOME}/.bashrc \
--------------------
ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c sudo chown ${USERNAME}:${USERNAME} ${WKDIR}" did not complete successfully: exit code: 1
Error: buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c sudo chown ${USERNAME}:${USERNAME} ${WKDIR}" did not complete successfully: exit code: 1
Issue Type
Others
OS
Others
onnx2tf version number
1.22.6
onnx version number
1.16.0
onnxruntime version number
1.17.1
onnxsim (onnx_simplifier) version number
0.4.33
tensorflow version number
2.16.1
Download URL for ONNX
None
Parameter Replacement JSON
Description
Abort message
Logs https://github.com/PINTO0309/onnx2tf/actions/runs/9691717175
CI / yaml https://github.com/PINTO0309/onnx2tf/blob/main/.github/workflows/python-publish.yml
Dockerfile https://github.com/PINTO0309/onnx2tf/blob/48f2ad2c480e79eee4a368a755bee5455f99ec15/Dockerfile#L48