Closed Aradhye2002 closed 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.
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.