We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6720df7 commit 6330d6aCopy full SHA for 6330d6a
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN source /dials/dials \
13
RUN source /dials/dials \
14
&& sed -i'' 's|libtbx.conda|/dials/conda_base/condabin/conda|' "/dials/modules/dlstbx/src/dlstbx/requirements.py" \
15
&& 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 \
+ && conda install -y --file=/dials/modules/dlstbx/requirements.conda.txt python-relion \
17
&& pip3 install git+https://github.com/DiamondLightSource/python-workflows@diag_emptyheader
18
19
CMD ["dials.version"]
0 commit comments