Giter Site home page Giter Site logo

ubuntu's Introduction

ubuntu's People

Contributors

arel avatar josephpage avatar pilwon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ubuntu's Issues

Run apt-get clean

Running apt-get clean at the end of the RUN commands would make the image a little bit smaller.

Default locale is not UTF-8

By default, this image uses POSIX locale settings. Maybe it could be a goof idea to make e.g. C.UTF-8 default - which is also installed but I have troubles switching inside Docker to it, need to do dpkg-reconfigure, xterm setup etc. UTF-8 should be ok as default, or?

thx
best regards
1605200517

Offer Debian for smaller base image?

I'm wondering if it would be helpful to use a smaller base image. Which OS you choose as a base to your Dockerfile can affect how long it takes to pull an image on a fresh machine. Using Debian instead of Ubuntu would save over 100MB. When I use dockerfile/java or any of the other images, there's really no benefit to having the larger Ubuntu instead of Debian even though I use Ubuntu for most of my day-to-day work.

docker automated status show on github?

Any method to show automated status on github?
If i push a dockerfile to github,and then automated the dockerfile on hub.docker.com .I can see the build status on dockerhub,but how can i see the status on github repository?
thx.

Why are you deprecating the images?

I got a notification from the official docker team said that UPDATES AVAILABLE TO POPULAR REPOS – UPDATE YOUR IMAGES.

I've not got the point here. Would you please said something about the future of these projects?

  1. Are you going to give up dockerfile/ubuntu and the dockerfile account on registry.hub.docker.com?
  2. Are you going to give up the repos on GitHub?
  3. Can anyone else fork all these repos and register another account on registry.hub.docker.com?
  4. Can I, as a company/soho dev, fork only one of these repos and make another registry.hub.docker.com auto-build-public image for me and others to download? Will they force me to close it?

Can't access internet

A container created using this Dockerfile can't access internet:

root@cf81115deee8:~# ping google.com
bash: ping: command not found
root@cf81115deee8:~# apt-get install ping
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ping

whereas other docker containers I have on the same physical machine successfully use apt-get.
Is there anything else one should do to get online from within this container?

MACSEC communication

In order to communicate with MACSEC, do the servers have to be in the same segment?
Why do they have to be in the same segment?

canvas

i can't install canvas

why 14.04 instead of trusty?

Hey guys,

this is maybe a stupid question, but is there a reason for FROM ubuntu:14.04 rather than FROM ubuntu:trustly? Are they the same?

Cheers and sorry for the silly question! :)

canvas

i can't install canvas

Unable to install CUDA in ubuntu docker container

When I use the latest ubuntu22.04/20.04 docker images to create containers, there is always problem to install cuda11.8 which is compatible for my NVIDIA driver 520.61.05.

root@76fa843f6c13:~# apt-get -y install cuda
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 cuda : Depends: cuda-12-2 (>= 12.2.2) but it is not going to be installed
 cuda-drivers-520 : Depends: libnvidia-compute-520 (>= 520.61.05) but it is not going to be installed
                    Depends: nvidia-compute-utils-520 (>= 520.61.05) but it is not going to be installed
                    Depends: nvidia-utils-520 (>= 520.61.05) but it is not going to be installed
 libnvidia-decode-520 : Depends: libnvidia-compute-520 (= 520.61.05-0ubuntu1) but it is not going to be installed
 nvidia-driver-520 : Depends: libnvidia-compute-520 (= 520.61.05-0ubuntu1) but it is not going to be installed
                     Depends: nvidia-compute-utils-520 (= 520.61.05-0ubuntu1) but it is not going to be installed
                     Depends: nvidia-utils-520 (= 520.61.05-0ubuntu1) but it is not going to be installed
                     Depends: libnvidia-cfg1-520 (= 520.61.05-0ubuntu1) but it is not going to be installed
                     Recommends: libnvidia-compute-520:i386 (= 520.61.05-0ubuntu1)
                     Recommends: libnvidia-decode-520:i386 (= 520.61.05-0ubuntu1)
                     Recommends: libnvidia-encode-520:i386 (= 520.61.05-0ubuntu1)
                     Recommends: libnvidia-fbc1-520:i386 (= 520.61.05-0ubuntu1)
                     Recommends: libnvidia-gl-520:i386 (= 520.61.05-0ubuntu1)
 xserver-xorg-video-nvidia-520 : Depends: libnvidia-cfg1-520 (= 520.61.05-0ubuntu1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

BUT WHEN I TRY 'apt --fix-broken install':

root@76fa843f6c13:~# apt-get --fix-broken install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libnvidia-cfg1-520 libnvidia-compute-520 nvidia-compute-utils-520 nvidia-utils-520
The following NEW packages will be installed:
  libnvidia-cfg1-520 libnvidia-compute-520 nvidia-compute-utils-520 nvidia-utils-520
0 upgraded, 4 newly installed, 0 to remove and 8 not upgraded.
705 not fully installed or removed.
Need to get 0 B/51.3 MB of archives.
After this operation, 230 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 file:/var/cuda-repo-ubuntu2004-11-8-local  libnvidia-compute-520 520.61.05-0ubuntu1 [50.6 MB]
Get:2 file:/var/cuda-repo-ubuntu2004-11-8-local  nvidia-compute-utils-520 520.61.05-0ubuntu1 [271 kB]
Get:3 file:/var/cuda-repo-ubuntu2004-11-8-local  nvidia-utils-520 520.61.05-0ubuntu1 [341 kB]
Get:4 file:/var/cuda-repo-ubuntu2004-11-8-local  libnvidia-cfg1-520 520.61.05-0ubuntu1 [87.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 110113 files and directories currently installed.)
Preparing to unpack .../libnvidia-compute-520_520.61.05-0ubuntu1_amd64.deb ...
Unpacking libnvidia-compute-520:amd64 (520.61.05-0ubuntu1) ...
dpkg: error processing archive /var/cuda-repo-ubuntu2004-11-8-local/./libnvidia-compute-520_520.61.05-0ubuntu1_amd64.deb (--unpack):
 unable to make backup link of './usr/lib/x86_64-linux-gnu/libnvidia-ml.so.520.61.05' before installing new version: Invalid cross-device link
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../nvidia-compute-utils-520_520.61.05-0ubuntu1_amd64.deb ...
Unpacking nvidia-compute-utils-520 (520.61.05-0ubuntu1) ...
dpkg: error processing archive /var/cuda-repo-ubuntu2004-11-8-local/./nvidia-compute-utils-520_520.61.05-0ubuntu1_amd64.deb (--unpack):
 unable to make backup link of './usr/bin/nvidia-persistenced' before installing new version: Invalid cross-device link
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../nvidia-utils-520_520.61.05-0ubuntu1_amd64.deb ...
Unpacking nvidia-utils-520 (520.61.05-0ubuntu1) ...
dpkg: error processing archive /var/cuda-repo-ubuntu2004-11-8-local/./nvidia-utils-520_520.61.05-0ubuntu1_amd64.deb (--unpack):
 unable to make backup link of './usr/bin/nvidia-debugdump' before installing new version: Invalid cross-device link
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../libnvidia-cfg1-520_520.61.05-0ubuntu1_amd64.deb ...
Unpacking libnvidia-cfg1-520:amd64 (520.61.05-0ubuntu1) ...
dpkg: error processing archive /var/cuda-repo-ubuntu2004-11-8-local/./libnvidia-cfg1-520_520.61.05-0ubuntu1_amd64.deb (--unpack):
 unable to make backup link of './usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.520.61.05' before installing new version: Invalid cross-device link
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 /var/cuda-repo-ubuntu2004-11-8-local/./libnvidia-compute-520_520.61.05-0ubuntu1_amd64.deb
 /var/cuda-repo-ubuntu2004-11-8-local/./nvidia-compute-utils-520_520.61.05-0ubuntu1_amd64.deb
 /var/cuda-repo-ubuntu2004-11-8-local/./nvidia-utils-520_520.61.05-0ubuntu1_amd64.deb
 /var/cuda-repo-ubuntu2004-11-8-local/./libnvidia-cfg1-520_520.61.05-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

sudo dpkg -i cudnn-local-repo-ubuntu2204-8.5.0.96_1.0-1_arm64.deb dpkg: 处理归档 cudnn-local-repo-ubuntu2204-8.5.0.96_1.0-1_arm64.deb (--install)时出错: 软件包体系结构(arm64)与本机系统体系结构(amd64)不符 在处理时有错误发生: cudnn-local-repo-ubuntu2204-8.5.0.96_1.0-1_arm64.deb

udo dpkg -i cudnn-local-repo-ubuntu2204-8.5.0.96_1.0-1_arm64.deb
dpkg: 处理归档 cudnn-local-repo-ubuntu2204-8.5.0.96_1.0-1_arm64.deb (--install)时出错:
软件包体系结构(arm64)与本机系统体系结构(amd64)不符
在处理时有错误发生:
cudnn-local-repo-ubuntu2204-8.5.0.96_1.0-1_arm64.deb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.