forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve multi_images.py- use core image and configure sandbox.config (f…
…lyteorg#750) * Configure sandbox.config Removed Dockerfile.prediction and sandbox.config present in `containerization` folder. Specify ``core`` image in container_image Signed-off-by: SmritiSatyanV <smriti@union.ai> * Added recommended way of specifying docker image Signed-off-by: SmritiSatyanV <smriti@union.ai> * Changed default to fqn Changed default to fqn in format of 'container_image' Updated sandbox.config Signed-off-by: SmritiSatyanV <smriti@union.ai> * Updated sandbox.config Signed-off-by: SmritiSatyanV <smriti@union.ai>
- Loading branch information
1 parent
8941267
commit 2defe95
Showing
6 changed files
with
37 additions
and
91 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -202,4 +202,4 @@ wrapt==1.14.0 | |
# deprecated | ||
# flytekit | ||
zipp==3.8.0 | ||
# via importlib-metadata | ||
# via importlib-metadata |
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
[sdk] | ||
workflow_packages=core | ||
|
||
[images] | ||
trainer = ghcr.io/flyteorg/flytecookbook:core-latest | ||
predictor = ghcr.io/flyteorg/flytecookbook:core-latest |
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