Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image failing to build #9

Open
yifanr opened this issue Mar 8, 2024 · 0 comments
Open

Docker image failing to build #9

yifanr opened this issue Mar 8, 2024 · 0 comments

Comments

@yifanr
Copy link

yifanr commented Mar 8, 2024

Currently running into an issue when I try to build the docker image. The error seems to be related to drake.tar.gz. I tried downloading the current version of drake.tar.gz from their website and renaming it from drake-1.26.0.tar.gz, but the error persists. Would greatly appreciate any insight!! Thanks.

=> ERROR [17/75] RUN tar -xvzf drake.tar.gz -C /python_venvs/tamp --strip-components=1 0.3s

[17/75] RUN tar -xvzf drake.tar.gz -C /python_venvs/tamp --strip-components=1:
0.324
0.324 gzip: stdin: not in gzip format
0.324 tar: Child returned status 1
0.324 tar: Error is not recoverable: exiting now


Dockerfile:28

26 | # python venv setup with drake
27 | RUN mkdir -p /python_venvs/tamp
28 | >>> RUN tar -xvzf drake.tar.gz -C /python_venvs/tamp --strip-components=1
29 | RUN yes | /python_venvs/tamp/share/drake/setup/install_prereqs
30 | WORKDIR /python_venvs/

ERROR: failed to solve: process "/bin/sh -c tar -xvzf drake.tar.gz -C /python_venvs/tamp --strip-components=1" did not complete successfully: exit code: 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant