-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: install uv in 'run-task' image as well
`run-task` now has a feature where it will use `uv` to install pip packages, so it makes sense to include `uv` here as well. Note the Decision image uses `run-task` as a base, so this is *not* removing `uv` from there.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
FROM $DOCKER_IMAGE_PARENT | ||
LABEL maintainer="Release Engineering <[email protected]>" | ||
|
||
# %ARG UV_VERSION | ||
COPY --from=ghcr.io/astral-sh/uv:$UV_VERSION /uv /bin/uv | ||
|
||
ENV UV_PROJECT_ENVIRONMENT=/setup/taskgraph | ||
|
||
# %include src | ||
|
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