Merged
Conversation
added 4 commits
December 8, 2023 12:57
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
neverett
commented
Dec 8, 2023
| @@ -1,4 +1,4 @@ | |||
| FROM python:3.8-slim-buster | |||
| FROM python:3.10-slim-buster | |||
Contributor
Author
There was a problem hiding this comment.
The wine classification template uses this base image, so I assumed it was safe to use here too, but we can switch back if need be.
2 tasks
Signed-off-by: nikki everett <nikki@union.ai>
added 19 commits
December 11, 2023 09:27
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
…ary requirements, small edits to example python script Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
Signed-off-by: nikki everett <nikki@union.ai>
pingsutw
approved these changes
Apr 10, 2024
added 2 commits
April 10, 2024 16:28
Signed-off-by: nikki everett <nikki@union.ai>
pingsutw
approved these changes
Apr 10, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR renames the old basic Dockerfile template to distinguish it from the new basic ImageSpec template. Depends on #43; do not merge until that PR is merged and flytekit has been updated to use the new basic ImageSpec template as the default.
(As for why we should keep this instead of getting rid of it entirely: my understanding is that some users can't use ImageSpec, so having a Dockerfile template is useful for them.)