AISG-Technology-Team / AISG-Online-Safety-Challenge-Submission-Guide

Submission Guide + Discussion Board for AI Singapore Online Safety Prize Challenge
https://ospc.aisingapore.org
14 stars 5 forks source link

something - Aradhye2002 - How to place models into the /tmp/ directory #22

Closed Aradhye2002 closed 8 months ago

Aradhye2002 commented 8 months ago

How to place models into the /tmp/ directory

I tried adding

COPY model.keras /tmp/

in the dockerfile where model.keras is a model file inside sample_submission, but when main.py executes, it gives an error that no such file exists inside /tmp/.

Any help would be appreciated.