Commit 3377e06 1 parent 59a4927 commit 3377e06 Copy full SHA for 3377e06
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ RUN mkdir -p /home/user/data
9
9
# copy the config from the build context into the user data folder
10
10
COPY data/apes_112.cfg /home/user/data/
11
11
12
- RUN echo "Populating data..." && \
13
- /usr/bin/time -v /home/user/.conda/envs/c312/bin/elt download -c /home/user/data/apes_112.cfg
14
- # && \
12
+ #RUN echo "Populating data..." && \
13
+ # /usr/bin/time -v /home/user/.conda/envs/c312/bin/elt download -c /home/user/data/apes_112.cfg && \
15
14
# /usr/bin/time -v /home/user/.conda/envs/c312/bin/elt install -d /home/user/data/apes_112/download_112 -np 2 -f && \
16
15
# /usr/bin/time -v /home/user/.conda/envs/c312/bin/elt homologs -i /home/user/data/apes_112/install_112 --ref human --limit 20 -np 2 -o sampled-20
17
16
You can’t perform that action at this time.
0 commit comments