mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-02 12:30:38 +08:00

### 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):
4 lines
73 B
TOML
4 lines
73 B
TOML
[virtualenvs]
|
|
in-project = true
|
|
create = true
|
|
prefer-active-python = true |