generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Working azure download flow * Clean up some typos from translation * More debugging the flow * Run pipeline off ABS config * Download remote config in run * Add azure stuff * Fix an extra * Clean up build checks * Try rerunning after dropping cache * Temporarily drop config checks to match generator * Revert "Temporarily drop config checks to match generator" This reverts commit a5d5776. * Working!!! * Working input/output dirs * Bump NEWS * Add doc for demo * Fix tests * Auto-detect tag * Typos * Move demo out of pkgdown's dir * Add working Batch implementation * Ignore secrets * Added prerequisites * Clean up a bit of the Azure stuff * Update Dockerfile * Remove non-standard uuid install * Update azure/job.py Co-authored-by: Nate McIntosh <[email protected]> * One more cleanup from the big rebase * Mount dirs in `mnt` * Put everything in mnt for now * Clean up WARNING from undocumented arg * Ignore Azure stuff in R package * Add family for Azure * Pass image name and pool name This is a stopgap because we should be able to parse both from the same variable because everything is named by the branch. But for now, doing this. --------- Co-authored-by: kgostic <[email protected]> Co-authored-by: Nate McIntosh <[email protected]>
- Loading branch information
1 parent
dbfb98d
commit 2a9798c
Showing
25 changed files
with
621 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
FROM ghcr.io/astral-sh/uv:python3.12-bookworm | ||
|
||
COPY azure . | ||
RUN uv pip install -r requirements.txt --system | ||
|
||
CMD /bin/bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.