-
Is it enough?:
```dockerfile
RUN echo "deb http://kr.archive.ubuntu.com/ubuntu/ xenial main restricted" >> /etc/apt/sources.list
```
There are also security.. things in `/etc/apt/sources.list`
…
-
apt-get update fails, as there seems to be an issue with the source file.
This seems to solve the issue: https://superuser.com/questions/1423486/issue-with-fetching-http-deb-debian-org-debian-dists…
-
![image](https://user-images.githubusercontent.com/4274911/48076304-882adb00-e1aa-11e8-8e24-ce154fbf3d3f.png)
-
This module should use the new APT key handling.
I'm happy to create a PR for this, but I'd also prefer a way to use a different key source.
My suggestion would be, to add a parameter `repo_key_…
-
### Resolving `libevdev` and Build Errors
This error indicates that you're missing some system dependencies required to build and compile the project, especially libraries and tools related to `lib…
-
This ticket will be used for weekly planning and check-ins to partially replace weekly meetings, mostly due to the time zone difference between the DevSeed and IMPACT teams.
@NASA-IMPACT/apt
-
### System Info
Using 1 a100 GPU. Using Nvidia-docker
slightly modified Dockerfile:
```
FROM nvidia/cuda:12.1.0-devel-ubuntu22.04
RUN apt update \
&& apt upgrade -y
RUN apt-get -y inst…
-
### Description
I've arrived here because none of the of the shelf options worked out of the box because of Python < 3.10 requirements. I was hoping containerised build might be a possible fix but th…
-
![WechatIMG271](https://github.com/user-attachments/assets/2a9c6bfe-8bd1-4ce8-a5c9-2a567651af09)
在autodl 训练时遇到了如图的报错,参考了[这个issue](https://github.com/InternLM/InternLM-XComposer/discussions/22),解决了这…
-
- [ ] We'll want to set the build version / build number to something we can remember. Including whether this is a debug build or not.
- [x] For now, we'll want debugging support on.
- `INSTAL…