Browse Source

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)
tags/v0.7.0
Camus Gao 1 year ago
parent
commit
89d296feab
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile.cuda

+ 1
- 1
Dockerfile.cuda View File

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

Loading…
Cancel
Save