File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ An efficient Docker image transfer system that extracts and merges necessary ima
11111 . ** Share a Common Base Image:**
1212
1313- Push the [ base images] ( #docker-base-images ) to both servers.
14- - Build custom images on top of the shared base images.
15- - Save the above layers as a tar.gz file (dslice save <image tag > => <image tag >.tar.gz will be created)
14+ - Build custom images on top of the shared base images (e.g., ` FROM junwha/dslice-base-torch:py3.10-torch2.4.1 ` at the top of the Dockerfile) .
15+ - Save the above layers as a tar.gz file (` dslice save <image tag> ` => <image tag >.tar.gz will be created)
1616- Transfer only the new layers above the base, minimizing data transfer.
17- - Load the tar.gz file at the offline server (dslice load <image.tag>.tar.gz)
17+ - Load the tar.gz file at the offline server (` dslice load <image.tag>.tar.gz ` )
1818
19192 . ** Partial Updates:**
2020
You can’t perform that action at this time.
0 commit comments