You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create two containers one that builds all the assets and a second clean container. Then copy all binaries from container where builds occurred to fresh container. COPY ONLY BUILD binaries, This will ensure the smallest docker container size.
Create container that builds all artifacts (start from tritonserver container)
Create clean base container
Copy binaries from build container to fresh container.
The text was updated successfully, but these errors were encountered:
jperez999
changed the title
Ensure we are using DLFW best practices to create our containers (i.e. build binaries and copy to fresh container)
Use DLFW best practices to create our containers
Apr 20, 2022
Create two containers one that builds all the assets and a second clean container. Then copy all binaries from container where builds occurred to fresh container. COPY ONLY BUILD binaries, This will ensure the smallest docker container size.
The text was updated successfully, but these errors were encountered: