I seem to be getting an error “/bin/bash: entrypoint.sh: No such file or directory”. I have been submitting my model and solution.py without problems before. Appreciate any support on this matter.
Thanks for letting us know – things should be working fine now!
1 Like
Thanks! The code execution still seem to be pissed off at something:
File “/code_execution/supervisor.py”, line 19, in
from src.solution import load_model, predict
ModuleNotFoundError: No module named ‘src.solution’
Edit: ignore that I made a mistake.