Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deel-conformal-club
/
cods-live
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cods-live
/
Makefile
Léo Andéol
First Test
5794246
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
.PHONY
:
main
all
: main
main
:
@echo
"Building main"
python -m pip install -r requirements
.txt
git clone https:
//github.com/leoandeol/cods.git && cd cods && pip install -e .