"reprounzip docker upload" not working
See original GitHub issueI ran the following command to modify the file:
reprounzip docker upload solution X1.csv:X2.csv
It throws an error saying exec: "/bin/sh": stat /bin/sh: no such file or directory
Not sure what needs to be done while zipping the codebase. Thanks
Log:
[+] Building 0.5s (7/7) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 265B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/reprounzip_image_ms9uyj0vy0:latest 0.0s
=> [1/3] FROM docker.io/library/reprounzip_image_ms9uyj0vy0 0.1s
=> [internal] load build context 0.0s
=> => transferring context: 193.72kB 0.0s
=> [2/3] COPY X1.csv /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv 0.0s
=> ERROR [3/3] RUN /busybox chown 1000:1000 /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv 0.3s
------
> [3/3] RUN /busybox chown 1000:1000 /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv:
#7 0.262 container_linux.go:370: starting container process caused: exec: "/bin/sh": stat /bin/sh: no such file or directory
------
executor failed running [/bin/sh -c /busybox chown 1000:1000 /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv]: exit code: 1
[REPROUNZIP] 15:06:44.124 CRITICAL: docker build failed with code 1
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Using reprounzip — ReproZip 1.0 documentation
An unpacker creates an experiment directory in which the working files are placed; these can be either the full filesystem (for directory or...
Read more >reprozip/CHANGELOG.md at 1.x · VIDA-NYU ... - GitHub
Fix failure in reprounzip-docker upload if /bin/sh is missing; Have reprounzip directory execute with the correct interpreter (e.g. packed ld-linux.so ); Fix ...
Read more >no space left on device while submitting - Google Groups
Is ther server running out of storage ? below is the log file: ... /reprounzip/unpackers/docker.py", line 158, in docker_setup_create.
Read more >ReproZip Documentation - Read the Docs
Welcome to ReproZip's documentation! ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from ...
Read more >docker tag
The hostname must comply with standard DNS rules, but may not contain. ... You can group your images together using names and tags,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
pip should match the last release, the difference you see is probably dd639c9dbcb2e8fe9555ac21a98ca7bd08b44aae
It worked thanks! Minor thing: I think the codebase through pip is different. I had to download this code and install.