Open sleepsbrother opened 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
Hi @sleepsbrother I'm encountering the same error. Have you discovered a solution for it? (I'm using windows 10)
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?