About scratch folder

About scratch folder  

  By: 王呆鹅 on May 3, 2022, 7:02 a.m.

Hello,

In training/Dockerfile, line 9: RUN mkdir -p /opt/train /input /output && chown train:train /opt/train /input /output. Do we need to mkdir /scratch?

Re: About scratch folder  

  By: LuukBoulogne on May 3, 2022, 12:35 p.m.

Hi,

Thanks for your question! As long as you can train your algorithm with the test.sh/test.bat script, you should be fine. You could indeed add the mkdir and chown for /scratch, but it not necessary for your Docker container to work.

Best, Luuk