LLMs-from-scratch
LLMs-from-scratch copied to clipboard
Docker file issue
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