emirdemirel / ASA_ICASSP2021

A duration-invariant audio-to-lyrics alignment pipeline with low memory footprint which segments long music recordings via a recursive biased decoding procedure.
Other
14 stars 1 forks source link

Docker issue #3

Open MarshallARoss opened 11 months ago

MarshallARoss commented 11 months ago

Tried the docker install and got:

Err:8 http://deb.debian.org/debian stretch-updates/main amd64 Packages 404 Not Found Ign:12 http://security.debian.org/debian-security stretch/updates/main all Packages Err:11 http://security.debian.org/debian-security stretch/updates/main amd64 Packages 404 Not Found [IP: 151.101.2.132 80] Ign:12 http://security.debian.org/debian-security stretch/updates/main all Packages Reading package lists... W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file. W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages 404 Not Found E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages 404 Not Found E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.2.132 80] E: Some index files failed to download. They have been ignored, or old ones used instead. The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ make automake autoconf bzip2 unzip wget sox bc libtool git subversion python2.7 python3 zlib1g-dev ca-certificates gfortran patch ffmpeg vim && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

emirdemirel commented 11 months ago

Hi @MarshallARoss ! Unfortunately this repo is not maintained anymore. However, the Docker installation is somewhat similar to standard Kaldi docker installation. You can check their dockerfile version from the kaldi repo.

Thanks for the interest