iot-salzburg / gpu-jupyter

GPU-Jupyter: Leverage the flexibility of Jupyterlab through the power of your NVIDIA GPU to run your code from Tensorflow and Pytorch in collaborative notebooks on the GPU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to build my own image

JL1829 opened this issue · comments

Hi:

I am trying to build own image via the README, just test run, didn't change anything.
I have hit the wall about this errors:

#6 40.76 Unpacking openssl (1.1.1f-1ubuntu2.11) over (1.1.1f-1ubuntu2.10) ...
#6 40.87 Preparing to unpack .../libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
#6 40.89 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ...
#6 40.99 Preparing to unpack .../libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
#6 41.01 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ...
#6 41.08 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.11) ...
#6 41.15 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#6 41.17 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#6 41.20 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ...
#6 41.22 Setting up mount (2.34-0.1ubuntu9.3) ...
#6 41.25 Setting up openssl (1.1.1f-1ubuntu2.11) ...
#6 41.29 Setting up fdisk (2.34-0.1ubuntu9.3) ...
#6 41.32 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
#6 41.38 Reading package lists...
#6 41.45 Building dependency tree...
#6 41.47 Reading state information...
#6 41.47 Package fonts-liberation is not available, but is referred to by another package.
#6 41.47 This may mean that the package is missing, has been obsoleted, or
#6 41.47 is only available from another source
#6 41.47 
#6 41.47 E: Package 'fonts-liberation' has no installation candidate
#6 41.47 E: Unable to locate package pandoc
#6 41.47 E: Unable to locate package run-one
#6 41.47 E: Unable to locate package tini
------
executor failed running [/bin/bash -o pipefail -c apt-get update --yes &&     apt-get upgrade --yes &&     apt-get install --yes --no-install-recommends     ca-certificates     fonts-liberation     locales     pandoc     run-one     sudo     tini     wget &&     apt-get clean && rm -rf /var/lib/apt/lists/* &&     echo "en_US.UTF-8 UTF-8" > /etc/locale.gen &&     locale-gen]: exit code: 100
ubuntu@DESKTOP-ER9TLLQ:~/gpu-jupyter$ 

could you please advise what's the problem???

Thanks

Network issue, solved.