thoth-station / ps-cv

This is a repository for a Predictive Stack for Computer Vision (CV)
GNU General Public License v3.0
0 stars 9 forks source link

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

Closed EldritchJS closed 2 years ago

EldritchJS commented 2 years ago

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 commented 2 years ago

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

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