Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trl-lib
/
train
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
31a1090
train
/
Dockerfile
qgallouedec
HF Staff
Create Dockerfile
31a1090
verified
21 days ago
raw
Copy download link
history
blame
Safe
176 Bytes
# Use a lightweight Python image as the base
FROM
python:
3.11
-slim
# Set the working directory inside the container
WORKDIR
/app
# Copy all files to the container
COPY
. /app