gggxp commited on
Commit
ffd3989
·
1 Parent(s): ddeb877

Remove duplicated FROM. (#935)

Browse files

### 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)

Files changed (1) hide show
  1. Dockerfile.cuda +1 -1
Dockerfile.cuda CHANGED
@@ -1,4 +1,4 @@
1
- FROM FROM infiniflow/ragflow-base:v2.0
2
  USER root
3
 
4
  WORKDIR /ragflow
 
1
+ FROM infiniflow/ragflow-base:v2.0
2
  USER root
3
 
4
  WORKDIR /ragflow