Loading docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ RUN apt-get -y upgrade # -o APT::Install-Recommends=0 RUN apt-get -y -o APT::Install-Suggests=0 install \ python-is-python3 python3-dev python3-venv \ python-is-python3 python3-dev python3-venv python3-pip \ libblas-dev liblapack-dev libopenblas-dev \ build-essential \ gcc-10 \ Loading Loading
docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ RUN apt-get -y upgrade # -o APT::Install-Recommends=0 RUN apt-get -y -o APT::Install-Suggests=0 install \ python-is-python3 python3-dev python3-venv \ python-is-python3 python3-dev python3-venv python3-pip \ libblas-dev liblapack-dev libopenblas-dev \ build-essential \ gcc-10 \ Loading