Skip to content

Commit 6330d6a

Browse files
committed
Dockerfile: Just use conda directly
1 parent 6720df7 commit 6330d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN source /dials/dials \
1313
RUN source /dials/dials \
1414
&& sed -i'' 's|libtbx.conda|/dials/conda_base/condabin/conda|' "/dials/modules/dlstbx/src/dlstbx/requirements.py" \
1515
&& libtbx.python /dials/modules/dlstbx/contrib/candygram.py dials dials_data dials_research dlstbx dxtbx fast_dp screen19 sphinx xia2 zocalo \
16-
&& python3 /dials/modules/dlstbx/src/dlstbx/requirements.py python-relion -y \
16+
&& conda install -y --file=/dials/modules/dlstbx/requirements.conda.txt python-relion \
1717
&& pip3 install git+https://github.com/DiamondLightSource/python-workflows@diag_emptyheader
1818

1919
CMD ["dials.version"]

0 commit comments

Comments
 (0)