LTEnjoy commited on
Commit
2fc7610
β€’
1 Parent(s): 83aa8e9
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. README.md +1 -1
Dockerfile CHANGED
@@ -22,10 +22,10 @@ RUN wget 'https://drive.usercontent.google.com/download?id=1B_9t3n_nlj8Y3Kpc_mMj
22
  RUN chmod +x /tmp/foldseek
23
 
24
  # Download ProTrek model
25
- RUN huggingface-cli download westlake-repl/ProTrek_35M_UniRef50 --repo-type model --local-dir /tmp/ProTrek_35M_UniRef50
26
 
27
  # Download ProTrek model
28
- RUN huggingface-cli download westlake-repl/faiss_index_ProTrek_35M_UniRef50 --repo-type dataset --local-dir /tmp/faiss_index_ProTrek_35M_UniRef50
29
 
30
  # Set up a new user named "user" with user ID 1000
31
  RUN useradd -m -u 1000 user
 
22
  RUN chmod +x /tmp/foldseek
23
 
24
  # Download ProTrek model
25
+ RUN huggingface-cli download westlake-repl/ProTrek_650M_UniRef50 --repo-type model --local-dir /tmp/ProTrek_650M_UniRef50
26
 
27
  # Download ProTrek model
28
+ RUN huggingface-cli download westlake-repl/faiss_index_ProTrek_650M_UniRef50 --repo-type dataset --local-dir /tmp/faiss_index_ProTrek_650M_UniRef50
29
 
30
  # Set up a new user named "user" with user ID 1000
31
  RUN useradd -m -u 1000 user
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Demo_ProTrek_35M_UniRef50
3
  emoji: 🌍
4
  colorFrom: purple
5
  colorTo: indigo
 
1
  ---
2
+ title: Demo_ProTrek_650M_UniRef50
3
  emoji: 🌍
4
  colorFrom: purple
5
  colorTo: indigo