MAX-Audio-Classifier icon indicating copy to clipboard operation
MAX-Audio-Classifier copied to clipboard

Error building container on raspberry pi

Open sleepsbrother opened this issue 2 years ago • 2 comments

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?

sleepsbrother avatar Feb 06 '22 10:02 sleepsbrother

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

bdwyer2 avatar Feb 09 '22 19:02 bdwyer2

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

salsabiljb avatar Apr 03 '24 03:04 salsabiljb