Skip to content

Potentially missing shebang #13

@garnetgrimm

Description

@garnetgrimm

Hey everyone. I'm fairly new to docker, so this might be my fault, but I'm fairly certain that one of the scripts here is missing the shebang and thus causes a Exec format error.

docker run --rm -it -v /home/garnet/Desktop/vsthwhost/elk/:/workdir crops/extsdk-container --url https://github.com/elk-audio/elkpi-sdk/releases/download/v0.6/elk-glibc-x86_64-elk-sika-image-dev-cortexa7t2hf-neon-vfpv4-raspberrypi3-toolchain-1.0.sh
Unable to find image 'crops/extsdk-container:latest' locally
latest: Pulling from crops/extsdk-container
4007a89234b4: Pull complete 
c1de0f9cdfc1: Pull complete 
c8ee6ca703b8: Pull complete 
b39e2761d3d4: Pull complete 
4ab840498e9b: Pull complete 
9d203aa3ff90: Pull complete 
b98ad51bcd32: Pull complete 
38a1c1deb0a7: Pull complete 
8182654b9e69: Pull complete 
2a6699e53f28: Pull complete 
512473789bf9: Pull complete 
0d7bc3e4eea4: Pull complete 
a59db0fb903c: Pull complete 
Digest: sha256:62886c8e5a13f24d0bd511b774da2e22bae05389cf78c5922775994adf30e736
Status: Downloaded newer image for crops/extsdk-container:latest
Attempting to download https://github.com/elk-audio/elkpi-sdk/releases/download/v0.6/elk-glibc-x86_64-elk-sika-image-dev-cortexa7t2hf-neon-vfpv4-raspberrypi3-toolchain-1.0.sh
######################################################################## 100.0%
Traceback (most recent call last):
  File "/usr/bin/esdk-launch.py", line 103, in <module>
    setup_esdk(esdk_installer, args.workdir)
  File "/usr/bin/esdk-launch.py", line 47, in setup_esdk
    subprocess.check_call(cmd, stdout=sys.stdout, stderr=sys.stderr)
  File "/usr/lib/python3.5/subprocess.py", line 576, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python3.5/subprocess.py", line 557, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
    raise child_exception_type(errno_num, err_msg)
OSError: [Errno 8] Exec format error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions