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 55 forks source link

Error building container on raspberry pi #70

Open sleepsbrother opened 2 years ago

sleepsbrother commented 2 years ago

Hello,

I'm having a similar issue like on #60 while building the container on raspberry os (Bullseye).

Step 11/13 : RUN sha512sum -c sha512sums.txt ---> Running in 786bbb077460 assets/classifier_model.h5: FAILED open or read assets/vggish_model.ckpt: FAILED open or read assets/vggish_pca_params.npz: FAILED open or read sha512sum: assets/classifier_model.h5: No such file or directory sha512sum: assets/vggish_model.ckpt: No such file or directory sha512sum: assets/vggish_pca_params.npz: No such file or directory sha512sum: WARNING: 3 listed files could not be read The command '/bin/sh -c sha512sum -c sha512sums.txt' returned a non-zero code: 1

I checked for CRLF but since I'm on linux i don't think, thats the issue. Also i commented out RUN sha512sum -c sha512sums.txt. This will create the container but the /assets only has "SRGAN" in it.

Can you guys help?

bdwyer2 commented 2 years ago

Hi @sleepsbrother

Can you update the model_bucket argument in the docker file to https://codait-cos-max.s3.us.cloud-object-storage.appdomain.cloud/max-audio-classifier/1.0.0

salsabiljb commented 5 months ago

Hi @sleepsbrother I'm encountering the same error. Have you discovered a solution for it? (I'm using windows 10)