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:
Camus Gao 2024-05-27 17:16:47 +08:00 committed by GitHub
parent 3ae8a87986
commit 89d296feab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM FROM infiniflow/ragflow-base:v2.0
FROM infiniflow/ragflow-base:v2.0
USER root
WORKDIR /ragflow