Skip to content

Commit

Permalink
Update Dockerfile.apes_112
Browse files Browse the repository at this point in the history
move all data pre-loading
  • Loading branch information
khiron committed Jun 19, 2024
1 parent 59a4927 commit 3377e06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile.apes_112
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ RUN mkdir -p /home/user/data
# copy the config from the build context into the user data folder
COPY data/apes_112.cfg /home/user/data/

RUN echo "Populating data..." && \
/usr/bin/time -v /home/user/.conda/envs/c312/bin/elt download -c /home/user/data/apes_112.cfg
# && \
#RUN echo "Populating data..." && \
# /usr/bin/time -v /home/user/.conda/envs/c312/bin/elt download -c /home/user/data/apes_112.cfg && \
# /usr/bin/time -v /home/user/.conda/envs/c312/bin/elt install -d /home/user/data/apes_112/download_112 -np 2 -f && \
# /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

Expand Down

0 comments on commit 3377e06

Please sign in to comment.