Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
h2oaimichalmarszalek
/
Final_Assignment_Template
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Final_Assignment_Template
/
Makefile
h2oaimichalmarszalek
development
3469f37
5 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
.PHONY
: clean
clean:
rm -rf ./downloaded_files || true
.PHONY
: install
install:
pip install -r ./requirements.txt