Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Raumkommander/train-flux-lora-ease
DevWild
/
train-flux-lora-ease
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b1ec5b4
train-flux-lora-ease
/
Dockerfile
DevWild
Update Dockerfile
b4254ca
verified
3 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
FROM
python:3.9
WORKDIR /code
COPY . .
RUN
apt-
get
update && apt-
get
install -y libgl1-mesa-glx
RUN
pip install --no-cache-dir -r requirements.txt
CMD [
"python"
,
"script.py"
]