-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Description
While building the docker image the Add command is failing change that part to this.
RUN curl -fsSL https://astral.sh/uv/install.sh -o /uv-installer.sh &&
chmod +x /uv-installer.sh &&
/uv-installer.sh &&
rm /uv-installer.sh
This will rectify the error
Metadata
Metadata
Assignees
Labels
No labels