unna97 / audio-annonation

Django app that allows you to annotate audio.
MIT License
1 stars 1 forks source link

Add Docker and working environment files #35

Closed unna97 closed 1 month ago

unna97 commented 1 month ago

This pull request adds Docker and working environment files to the repository. The Dockerfile sets up the necessary environment for running the project, including installing dependencies and configuring the necessary services. The environment.yml file specifies the dependencies required for the project. These files will make it easier for developers to set up and run the project in a consistent environment.