-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Page https://efficientqa.github.io/submit.html claims that to check image size you will use
docker run "${MODEL}" du -h
Questions:
-
This implies that anything outside of the workdir is not measured, so if my workdir is
/app
and I put data in/
- that is not counted. Did you intend to saydocker run "${MODEL}" du -h /
instead? -
why not just use
docker images
output (SIZE
column)?
Any clarification would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels