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

Podman build of overlay image fails at COPY .s2i/bin /tmp/scripts #28

Closed
EldritchJS opened this issue Oct 6, 2021 · 1 comment
Closed
Labels
human_intervention_required kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/...` label and requires one.

Comments

@EldritchJS
Copy link

Describe the bug
Attempting to build an overlay image is failing on my local workstation

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/thoth-station/ps-cv
  2. cd ps-cv
  3. podman build overlays/ps-cv-pytorch
  4. See error
Error: error building at STEP "COPY .s2i/bin /tmp/scripts": checking on sources under "/home/jason/aicoe/github/ps-cv/overlays/ps-cv-pytorch": copier: stat: "/.s2i/bin": no such file or directory

Expected behavior
Successful build of the ps-cv-pytorch image

Screenshots

Additional context

@EldritchJS EldritchJS added kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/...` label and requires one. labels Oct 6, 2021
@EldritchJS
Copy link
Author

Per @pacospace this command instead of the one I was using fits the bill

podman build . -f overlays/ps-cv-pytorch/Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
human_intervention_required kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/...` label and requires one.
Projects
None yet
Development

No branches or pull requests

1 participant