tensorchord/envd

feat: support `io.copy` from another image

kemingy opened this issue · 0 comments

Describe the feature

Similar to COPY --from=build /bin/hello /bin/hello in the Dockerfile multi-stage build.

This is useful since some people are storing their DL models in docker images.

Why do you need this feature?

No response

Additional context

No response