LTEnjoy commited on
Commit
9672f0f
·
verified ·
1 Parent(s): 03bd8b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN chmod +x /tmp/TMalign
27
  RUN huggingface-cli download westlake-repl/ProTrek_650M_UniRef50 --repo-type model --local-dir /tmp/ProTrek_650M_UniRef50
28
 
29
  # Download ProTrek faiss index
30
- RUN huggingface-cli download westlake-repl/ProTrek-faiss-index/Swiss-Prot --repo-type dataset --local-dir /tmp/ProTrek-faiss-index/Swiss-Prot
31
 
32
  # Set up a new user named "user" with user ID 1000
33
  RUN useradd -m -u 1000 user
 
27
  RUN huggingface-cli download westlake-repl/ProTrek_650M_UniRef50 --repo-type model --local-dir /tmp/ProTrek_650M_UniRef50
28
 
29
  # Download ProTrek faiss index
30
+ RUN huggingface-cli download westlake-repl/ProTrek-faiss-index --repo-type dataset --local-dir /tmp/ProTrek-faiss-index --exclude "/ProTrek_650M_UniRef50/UniRef50/*"
31
 
32
  # Set up a new user named "user" with user ID 1000
33
  RUN useradd -m -u 1000 user