Art loving freedom adoring lemmy.mindoki.com supervisor. Hit me up for a community on the blazingly fast server!

  • 3 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle
  • Thank you !!

    One step closer :-D if I have the python file all ready to go in the directory, it works, but I can’t seem to use my binaries (or the python script) if I compile them in into the image only.

    I have my executables in a “binaries_to_use” folder, is there any way to add them to this local work folder? I tried the thing that worked before:

    COPY binaries_to_use/setup /

    but then

    CMD [“./setup”]

    doesn’t work, I guess it’s no longer a “virtual folder for the image” any more?

    Thanks again, I’m getting less dumb about this :-p