File size: 133 Bytes
0ebcd6f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM unsloth/unsloth

# Install UV
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

# Verify UV is installed
RUN uv --version