Skip to content

Docker file issue #652

@JibinES

Description

@JibinES

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions