salute-developers / salute-speech

18 stars 7 forks source link

hirsute is dead... why is it there? SOLVED! #6

Open nickolay3n opened 1 week ago

nickolay3n commented 1 week ago

docker build --no-cache -t ubuntu-bazel:1.0 -f docker/Dockerfile.builder . Sending build context to Docker daemon 417.3kB Step 1/8 : FROM ubuntu:21.04 ---> 7cc39f89fa58 Step 2/8 : ENV DEBIAN_FRONTEND=noninteractive ---> Running in 6a6dc03d5259 Removing intermediate container 6a6dc03d5259 ---> 9b8c3d12661f Step 3/8 : RUN apt-get update && apt-get install -y build-essential openjdk-11-jdk python3 python-is-python3 zip unzip wget autoconf libtool pkg-config ---> Running in adc6b5211108 Ign:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease Err:2 http://security.ubuntu.com/ubuntu hirsute-security Release 404 Not Found [IP: 185.125.190.83 80] Ign:3 http://archive.ubuntu.com/ubuntu hirsute InRelease Ign:4 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease Ign:5 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease Err:6 http://archive.ubuntu.com/ubuntu hirsute Release 404 Not Found [IP: 91.189.91.81 80] Err:7 http://archive.ubuntu.com/ubuntu hirsute-updates Release 404 Not Found [IP: 91.189.91.81 80] Err:8 http://archive.ubuntu.com/ubuntu hirsute-backports Release 404 Not Found [IP: 91.189.91.81 80] Reading package lists... E: The repository 'http://security.ubuntu.com/ubuntu hirsute-security Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu hirsute Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu hirsute-updates Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu hirsute-backports Release' does not have a Release file. The command '/bin/sh -c apt-get update && apt-get install -y build-essential openjdk-11-jdk python3 python-is-python3 zip unzip wget autoconf libtool pkg-config' returned a non-zero code: 100

nickolay3n commented 1 week ago

salute-speech-master/mrcp# cat ./docker/Dockerfile.builder FROM ubuntu:20.04

FROM ubuntu:21.04

it helps!!

nickolay3n commented 1 week ago

also changed ./third_party/zlib/direct.bzl "https://zlib.net/zlib-1.2.11.tar.gz" to sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23", strip_prefix = "zlib-1.3.1", url = "https://zlib.net/zlib-1.3.1.tar.gz",