Remove duplicated FROM. (#935)
### What problem does this PR solve? Remove duplicated FROM in Dockerfile.cuda. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
3ae8a87986
commit
89d296feab
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM FROM infiniflow/ragflow-base:v2.0
|
||||
FROM infiniflow/ragflow-base:v2.0
|
||||
USER root
|
||||
|
||||
WORKDIR /ragflow
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue