Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement initial audiocraft-container #1

Open
6 tasks
entelecheia opened this issue Sep 1, 2023 · 0 comments
Open
6 tasks

Implement initial audiocraft-container #1

entelecheia opened this issue Sep 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@entelecheia
Copy link
Owner

Summary

Implement a Docker container to run AudioCraft models.

Tasks

  • Create Dockerfile
    • Use Python base image
    • Install AudioCraft and dependencies
  • Copy AudioCraft code
  • Create entrypoint script
    • Import AudioCraft and start Python shell
  • Include base AudioCraft models
    • MusicGen
    • AudioGen
    • EnCodec
  • Create data volume
    • For caching downloaded models
  • Write README
    • Overview
    • Usage
    • Models
    • Volumes

Requirements

  • Dockerfile builds image with AudioCraft installed
  • Entrypoint launches Python shell with AudioCraft imported
  • Base AudioCraft models included
  • Data volume for caching models
  • README explains usage and configuration

Resources

@entelecheia entelecheia added the enhancement New feature or request label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant