| FROM unsloth/unsloth | |
| # Install UV | |
| COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ | |
| # Verify UV is installed | |
| RUN uv --version | |
| FROM unsloth/unsloth | |
| # Install UV | |
| COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ | |
| # Verify UV is installed | |
| RUN uv --version | |