We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1a0f9 commit 612e222Copy full SHA for 612e222
Dockerfiles/murfey-server
@@ -35,10 +35,10 @@ RUN apt-get update && \
35
psycopg2-binary \
36
&& \
37
/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 && \
+ 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 && \
+ chmod +x imod_5.1.9_RHEL8-64_CUDA12.0.sh && \
40
mkdir imod && \
41
- ./imod_5.1.0_RHEL8-64_CUDA12.0.sh -dir imod -skip -y
+ ./imod_5.1.9_RHEL8-64_CUDA12.0.sh -dir imod -skip -y
42
43
44
# Transfer completed builds to base image
0 commit comments