-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return error message if run fails #43
Comments
lkeegan
added a commit
that referenced
this issue
Oct 28, 2024
- runner creates two folders and uploads them as zipfiles - `/user_results`: provided to user - `/trusted_user_results`: provided to user if they have "full results" enabled by an admin - `/admin_results`: only visible to admins - admin results are always uploaded, included for failed runs (for debugging) - user results are only provided if the run was successful - add `PREDICTCR_RUNNER_SCRIPT_DIR` env var to docker compose to specify where script & model can be found - add /admin/result endpoint to download admin results zipfile - switch from micromamba to miniconda docker image - reticulate doesn't seem to support micromamba, at least within docker - re-enable runner docker image CI - update runner README.md - resolves #6 - resolves #43 Also refactor admin views using tabs
lkeegan
added a commit
that referenced
this issue
Oct 28, 2024
- runner creates three folders where the script runs, and uploads their contents as zipfiles: - `/user_results`: provided to user - `/trusted_user_results`: provided to user if they have "full results" enabled by an admin - `/admin_results`: only visible to admins - admin results are always uploaded, included for failed runs (for debugging) - user results are only provided if the run was successful - add `PREDICTCR_RUNNER_SCRIPT_DIR` env var to docker compose to specify where script & model can be found - add /admin/result endpoint to download admin results zipfile - switch from micromamba to miniconda docker image - reticulate doesn't seem to support micromamba, at least within docker - re-enable runner docker image CI - update runner README.md - resolves #6 - resolves #43 Also refactor admin views using tabs
lkeegan
added a commit
that referenced
this issue
Oct 28, 2024
- runner creates three folders where the script runs, and uploads their contents as zipfiles: - `/user_results`: provided to user - `/trusted_user_results`: provided to user if they have "full results" enabled by an admin - `/admin_results`: only visible to admins - admin results are always uploaded, included for failed runs (for debugging) - user results are only provided if the run was successful - add `PREDICTCR_RUNNER_SCRIPT_DIR` env var to docker compose to specify where script & model can be found - add /admin/result endpoint to download admin results zipfile - switch from micromamba to miniconda docker image - reticulate doesn't seem to support micromamba, at least within docker - re-enable runner docker image CI - update runner README.md - resolves #6 - resolves #43 Also refactor admin views using tabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rather than return blank *.csv, either
The text was updated successfully, but these errors were encountered: