Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
uv-scripts
/
training
like
3
Follow
uv scripts for HF Jobs
170
Tags:
uv-script
training
unsloth
streaming
fine-tuning
llm
Dataset card
Files
Files and versions
xet
Community
fb20afa
training
/
Dockerfile
davanstrien
HF Staff
Strip dependencies for Unsloth Docker image
0ebcd6f
6 months ago
raw
Copy download link
history
blame
133 Bytes
FROM
unsloth/unsloth
# Install UV
COPY
--from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
# Verify UV is installed
RUN
uv --version