Skip to content

Commit 3377e06

Browse files
authored
Update Dockerfile.apes_112
move all data pre-loading
1 parent 59a4927 commit 3377e06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/Dockerfile.apes_112

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ RUN mkdir -p /home/user/data
99
# copy the config from the build context into the user data folder
1010
COPY data/apes_112.cfg /home/user/data/
1111

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 && \
1514
# /usr/bin/time -v /home/user/.conda/envs/c312/bin/elt install -d /home/user/data/apes_112/download_112 -np 2 -f && \
1615
# /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
1716

0 commit comments

Comments
 (0)