replicate / yolo

EXPERIMENT - exploring ideas to improve dx for models
Apache License 2.0
12 stars 0 forks source link

Use regex to catch more source layer cases #26

Closed cuuupid closed 7 months ago

cuuupid commented 9 months ago

for #25

Using this regex to catch those cases: COPY .*\/src ?(# .*)?$ which should catch any layer that COPY's into /src.

cuuupid commented 7 months ago

I think this isn't actually a general solution. We might need a "layer picker" menu when we can't find the src layer directly