Skip to content
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

Implement upload of results #46

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Implement upload of results #46

merged 1 commit into from
Oct 28, 2024

Commits on Oct 28, 2024

  1. Implement upload of results

    - 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 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    844151e View commit details
    Browse the repository at this point in the history