Skip to content

Commit 250c76a

Browse files
committed
Update dockerfile and recipe
1 parent 4ab5e4d commit 250c76a

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Dockerfiles/tomo_align

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ ENV PATH=/install/venv/bin:${PATH}
3434
ENV 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
3739
RUN 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
4243
ENV PATH=/imod_install/IMOD/bin:${PATH}
4344
ENV 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

recipes/ispyb/sxt-imod-beads-wbp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
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"

recipes/ispyb/sxt-imod-patch-wbp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
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"

0 commit comments

Comments
 (0)