Skip to content

Commit 4002b04

Browse files
committed
update: add bioconda reduce package installation in Dockerfile
1 parent 4dbdf43 commit 4002b04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ WORKDIR /app/posebench
4646
ARG GIT_TAG=main
4747
RUN git clone https://github.com/BioinfoMachineLearning/posebench . --branch ${GIT_TAG} \
4848
&& conda env update -f environments/posebench_environment.yaml \
49+
&& conda install -c bioconda reduce \
4950
&& pip install -e . \
5051
&& pip install numpy==1.26.4 --no-dependencies \
5152
&& pip install prody==2.4.1 --no-dependencies \

0 commit comments

Comments
 (0)