File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,15 +34,16 @@ ENV PATH=/install/venv/bin:${PATH}
3434ENV LD_LIBRARY_PATH=/install/venv/lib:${LD_LIBRARY_PATH}
3535
3636# Install IMOD
37+ RUN yum groupinstall "Development Tools" -y
38+ RUN yum install mesa-libGL -y
3739RUN mkdir imod_install && \
3840 curl https://bio3d.colorado.edu/imod/AMD64-RHEL5/imod_5.1.9_RHEL8-64_CUDA12.0.sh > imod_5.1.9_RHEL8-64_CUDA12.0.sh && \
3941 chmod +x imod_5.1.9_RHEL8-64_CUDA12.0.sh && \
40- ln -s /install/venv/bin/python /usr/bin/python3 && \
4142 ./imod_5.1.9_RHEL8-64_CUDA12.0.sh -dir imod_install -skip -y
4243ENV PATH=/imod_install/IMOD/bin:${PATH}
4344ENV IMOD_DIR=/imod_install/IMOD
4445
4546# Install AreTomo
46- COPY --chown="${userid}":"${groupid}" packages/AreTomo2 /AreTomo2
47- ENV PATH=/AreTomo2 :${PATH}
48- RUN chmod +x /AreTomo2
47+ COPY --chown="${userid}":"${groupid}" packages/AreTomo3 /AreTomo3
48+ ENV PATH=/AreTomo3 :${PATH}
49+ RUN chmod +x /AreTomo3
Original file line number Diff line number Diff line change 3131 "stack_file" : " {stack_file}" ,
3232 "tilt_axis" : 0 ,
3333 "txrm_file" : " {txrm_file}" ,
34- "wbp" : 1
34+ "wbp" : 1 ,
35+ "xrm_reference" : " {xrm_reference}"
3536 },
3637 "queue" : " tomo_align_imod" ,
3738 "service" : " ImodTomoAlign"
Original file line number Diff line number Diff line change 3131 "stack_file" : " {stack_file}" ,
3232 "tilt_axis" : 0 ,
3333 "txrm_file" : " {txrm_file}" ,
34- "wbp" : 1
34+ "wbp" : 1 ,
35+ "xrm_reference" : " {xrm_reference}"
3536 },
3637 "queue" : " tomo_align_imod" ,
3738 "service" : " ImodTomoAlign"
You can’t perform that action at this time.
0 commit comments