voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
573 stars 104 forks source link

Resolve docker issue #277

Closed jonlil closed 3 years ago

jonlil commented 4 years ago

This PR will just resolve some issues with starting voxmix core in the docker container. I also took the liberty to transform the file from tabs to spaces. :scream: :joy:

Just a question; does this project have a list of required packages? I tried to scan the whole repository looking for a requirements.txt or setup.py or similar but could not find one. Reason I'm asking is because I had to manually add some python3 packages (scipy and sdnotify)

With these changes in place I am able to start the docker container like this

➜  voctomix git:(resolve-docker-issue) ✗ docker run --rm -it --name=voctocore voc/voctomix core
usermod: no changes
Starting Voctomix CORE

This would solve #195

bjoern-r commented 3 years ago

LGTM

@derpeter could you add a requirements.txt?

derpeter commented 3 years ago

LGTM

@derpeter could you add a requirements.txt?

sure, will take a little time as we are currently adding new requirements ;-)