Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -16
Dockerfile
CHANGED
@@ -15,22 +15,6 @@ RUN pip install -r /code/requirements.txt
|
|
15 |
|
16 |
RUN conda install pytorch::faiss-gpu --yes
|
17 |
|
18 |
-
# Download foldseek
|
19 |
-
RUN wget 'https://drive.usercontent.google.com/download?id=1B_9t3n_nlj8Y3Kpc_mMjtMdY0OPYa7Re&export=download&authuser=0' -O /tmp/foldseek
|
20 |
-
RUN chmod +x /tmp/foldseek
|
21 |
-
|
22 |
-
# Download TMalign
|
23 |
-
RUN wget 'https://drive.google.com/file/d/1waxLyL2MLCxyHyIlQe7zkeHy8lzuDThu/view?usp=sharing' -O /tmp/TMalign
|
24 |
-
RUN chmod +x /tmp/TMalign
|
25 |
-
|
26 |
-
# Download ProTrek model
|
27 |
-
RUN huggingface-cli download westlake-repl/ProTrek_650M_UniRef50 --repo-type model --local-dir /data/ProTrek_650M_UniRef50
|
28 |
-
|
29 |
-
RUN ls /data
|
30 |
-
|
31 |
-
# Download ProTrek faiss index
|
32 |
-
RUN huggingface-cli download westlake-repl/ProTrek-faiss-index --repo-type dataset --local-dir /data/ProTrek-faiss-index --include "ProTrek_650M_UniRef50/Swiss-Prot/*"
|
33 |
-
|
34 |
RUN ls /data
|
35 |
|
36 |
# Set up a new user named "user" with user ID 1000
|
|
|
15 |
|
16 |
RUN conda install pytorch::faiss-gpu --yes
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
RUN ls /data
|
19 |
|
20 |
# Set up a new user named "user" with user ID 1000
|