LLMs-from-scratch icon indicating copy to clipboard operation
LLMs-from-scratch copied to clipboard

Docker file issue

Open JibinES opened this issue 5 months ago • 1 comments

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

JibinES avatar May 29 '25 05:05 JibinES