mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
5 lines
155 B
Makefile
5 lines
155 B
Makefile
.PONY: ttsbark
|
|||
ttsbark:
|
|||
@echo "Creating virtual environment..."
|
|||
@conda env create --name ttsbark --file ttsbark.yml
|
|||
@echo "Virtual environment created."
|