mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Rework Dockerfile.scratch (#2525)
### What problem does this PR solve? Rework Dockerfile.scratch - Multiple stage Dockerfile - Removed conda - Replaced pip with poetry - Added missing dependencies and fixed package version conflicts - Added deepdoc models ### Type of change - [x] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
This commit is contained in:
39
ubuntu.sources
Normal file
39
ubuntu.sources
Normal file
@ -0,0 +1,39 @@
|
||||
Types: deb
|
||||
URIs: https://mirrors.tuna.tsinghua.edu.cn/ubuntu
|
||||
Suites: noble noble-updates noble-backports
|
||||
Components: main restricted universe multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
|
||||
# Types: deb-src
|
||||
# URIs: https://mirrors.tuna.tsinghua.edu.cn/ubuntu
|
||||
# Suites: noble noble-updates noble-backports
|
||||
# Components: main restricted universe multiverse
|
||||
# Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
|
||||
Types: deb
|
||||
URIs: https://mirrors.tuna.tsinghua.edu.cn/ubuntu
|
||||
Suites: noble-security
|
||||
Components: main restricted universe multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
# Types: deb-src
|
||||
# URIs: https://mirrors.tuna.tsinghua.edu.cn/ubuntu
|
||||
# Suites: noble-security
|
||||
# Components: main restricted universe multiverse
|
||||
# Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
# 预发布软件源,不建议启用
|
||||
|
||||
# Types: deb
|
||||
# URIs: https://mirrors.tuna.tsinghua.edu.cn/ubuntu
|
||||
# Suites: noble-proposed
|
||||
# Components: main restricted universe multiverse
|
||||
# Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
# # Types: deb-src
|
||||
# # URIs: https://mirrors.tuna.tsinghua.edu.cn/ubuntu
|
||||
# # Suites: noble-proposed
|
||||
# # Components: main restricted universe multiverse
|
||||
# # Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
Reference in New Issue
Block a user