Soumya-Kushwaha / SoundScape

Real Time Sound Visualizer
54 stars 80 forks source link

Added and configured Dockerfile #118

Open anirudh-hegde opened 3 weeks ago

anirudh-hegde commented 3 weeks ago

Steps:

cd SoundScape
docker build -t <image-name> .
docker run -u=$(id -u $USER):$(id -g $USER) -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v $(pwd)/app:/app --rm <image-name> 
anirudh-hegde commented 3 weeks ago

Tried to solve issue #32

Soumya-Kushwaha commented 1 week ago

@dinxsh plz have a look.

anirudh-hegde commented 1 week ago

would it be required to keep the code files ian new app dir? it would mess with the existing structure and the rest upcoming prs. if possible keep it in root dir itself @anirudh-hegde

Ya will alter it.