-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for sagemaker-headless-execution-driver (#105)
* Add support for sagemaker-headless-execution-driver * fix import issue * Bug fix: Removed extra comma --------- Co-authored-by: Mustafa Oztoprak <[email protected]>
- Loading branch information
1 parent
45f0b7d
commit 593e3e7
Showing
3 changed files
with
10 additions
and
0 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
8 changes: 8 additions & 0 deletions
8
test/test_artifacts/v0/sagemaker-headless-execution-driver.test.Dockerfile
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,8 @@ | ||
ARG COSMOS_IMAGE | ||
FROM $COSMOS_IMAGE | ||
|
||
ARG MAMBA_DOCKERFILE_ACTIVATE=1 | ||
|
||
|
||
# Execute execution_driver module to for sagemaker-headless-execution-driver installation | ||
CMD ["python", "-c", "import sagemaker_headless_execution_driver.headless_execution as execution_driver"] |