Skip to content

Commit 612e222

Browse files
committed
Switch to IMOD 5.1.9
1 parent bb1a0f9 commit 612e222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfiles/murfey-server

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ RUN apt-get update && \
3535
psycopg2-binary \
3636
&& \
3737
/venv/bin/python -m pip install /python-murfey[server] && \
38-
curl https://bio3d.colorado.edu/imod/AMD64-RHEL5/imod_5.1.0_RHEL8-64_CUDA12.0.sh > imod_5.1.0_RHEL8-64_CUDA12.0.sh && \
39-
chmod +x imod_5.1.0_RHEL8-64_CUDA12.0.sh && \
38+
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 && \
39+
chmod +x imod_5.1.9_RHEL8-64_CUDA12.0.sh && \
4040
mkdir imod && \
41-
./imod_5.1.0_RHEL8-64_CUDA12.0.sh -dir imod -skip -y
41+
./imod_5.1.9_RHEL8-64_CUDA12.0.sh -dir imod -skip -y
4242

4343

4444
# Transfer completed builds to base image

0 commit comments

Comments
 (0)