Temporary folder

Hello,

Are we allowed to use any temporary folder such as /tmp ? How big is it?

BTW, 4h limit is only for the inference or also for the docker provision, scoring … ?

Many thanks,
M

There is about 30G free space that you are allowed to use. I’d recommend keeping all your files within the /codeexecution directory, e.g., /codeexecution/tmp.

The 4 hour limit does not include scoring, but does include some of the docker setup (everything in entrypoint.sh, like extracting your submission).

1 Like

Thanks. Do we need to create that folder (/codeexecution/tmp) by ourselves?

One more question: How do we select final submissions? Or we just got the highest private LB score automatically ?

Right you’d create that folder yourselves.

How do we select final submissions? Or we just got the highest private LB score automatically ?

Right the submission that gets the highest private score will be used as your final submission.

2 Likes