Dear organizers, are there any limits on the amount of disk space used by docker image? For example, if we have some temporary intermediate files which we want to save during inference (inside container) and delete right after it is completed, shall we consider any restrictions in terms of memory?

Created by Maria Dobko maria_dobko
Dear @vchung , thank you a lot for clarification.
Dear @maria_dobko , You are more than welcome to utilize temporary intermediate files if your inference script requires it. We currently do not set resource constraints when running the Docker containers, however, we do ask that the models remain reasonable with what resources are needed.

Disk space restrictions page is loading…