Fix docker image not working in kubernetes. Fix int width not set in input scherma. Add makefile and test image.
be5bf87 | download: | |
| bash scripts/model_download.bash | |
| build: | |
| docker build -t safe-challenge-2025/example-submission:latest . | |
| run: | |
| docker run -d --name example-submission -p 8000:8000 safe-challenge-2025/example-submission:latest | |
| stop: | |
| docker stop example-submission && docker rm example-submission |