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 155f4c4 commit 0517c26Copy full SHA for 0517c26
Dockerfiles/murfey-server
@@ -15,7 +15,7 @@ RUN apt-get update && \
15
rm -rf /var/lib/apt/lists/*
16
17
18
-# Build Murfey and IMOD in a separate image
+# Build Murfey and IMOD in a branch image
19
FROM base as build
20
COPY ./ /python-murfey/
21
RUN apt-get update && \
@@ -42,10 +42,10 @@ RUN apt-get update && \
42
./imod_5.1.0_RHEL8-64_CUDA12.0.sh -dir imod -skip -y
43
44
45
-# Transfer completed Murfey build to a clean image
+# Transfer completed builds to base image
46
FROM base
47
48
-# Define external build arguments
+# Pass external build arguments to this stage
49
ARG groupid
50
ARG groupname
51
ARG userid
0 commit comments