Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -26,12 +26,12 @@ RUN chmod +x /tmp/TMalign
|
|
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
|
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
|
35 |
|
36 |
# Set up a new user named "user" with user ID 1000
|
37 |
RUN useradd -m -u 1000 user
|
|
|
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
|
37 |
RUN useradd -m -u 1000 user
|