Soumya-Kushwaha / SoundScape

Real Time Sound Visualizer
56 stars 85 forks source link

Added and configured Dockerfile #118

Open anirudh-hegde opened 5 months ago

anirudh-hegde commented 5 months 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 5 months ago

Tried to solve issue #32

Soumya-Kushwaha commented 5 months ago

@dinxsh plz have a look.

anirudh-hegde commented 5 months 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.