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:
Zhichang Yu
2024-09-23 10:00:44 +08:00
committed by GitHub
parent 4a6a2a0f1b
commit d8a43416f5
13 changed files with 25329 additions and 28049 deletions

28006
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
"lint": "umi lint --eslint-only",
"prepare": "cd .. && husky web/.husky",
"setup": "umi setup",
"start": "npm run dev",
"start": "yarn dev",
"test": "jest --no-cache --coverage"
},
"lint-staged": {

14510
web/yarn.lock Normal file

File diff suppressed because it is too large Load Diff