IBM / MAX-Audio-Classifier

Identify sounds in short audio clips
https://developer.ibm.com/exchanges/models/all/max-audio-classifier/
Apache License 2.0
152 stars 54 forks source link

Error running the docker on Windows #78

Open WisamAbbasi opened 1 year ago

WisamAbbasi commented 1 year ago

Hello,

I need to change the port that the MAX-Audio-Classifier docker is running on from 5000 to 5040, I changed the port on all the files including the dockerfile, the app.py, and the max-audio-classifier.yaml and the docker run statement as below, but the docker is still running on port 5000 and refuses to connect, can you help me in this regard? docker run -it -p 5040:5040 max-audio-classifier

image

bdwyer2 commented 1 year ago

Have you tried leaving everything as is and running docker run -it -p 5000:5040 max-audio-classifier?