maddadder / musicgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

musicgen

  1. Install docker
  2. Follow post install instructions
  3. Install docker dependencies
  4. Reboot
  5. Build and start. Navigate to the directory where your docker-compose.yaml file is located and run the following command:
docker compose build
docker compose up -d

Maintenance

  1. To shut down your Docker Compose service, you can use the docker-compose down command. Navigate to the directory where your docker-compose.yaml file is located and run the following command:
docker compose down
  1. If you are debugging you can use
docker compose up --remove-orphans

About

License:MIT License


Languages

Language:Python 94.2%Language:Dockerfile 5.8%