Skip to content

Commit 0517c26

Browse files
committed
Fixed comments
1 parent 155f4c4 commit 0517c26

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
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
rm -rf /var/lib/apt/lists/*
1616

1717

18-
# Build Murfey and IMOD in a separate image
18+
# Build Murfey and IMOD in a branch image
1919
FROM base as build
2020
COPY ./ /python-murfey/
2121
RUN apt-get update && \
@@ -42,10 +42,10 @@ RUN apt-get update && \
4242
./imod_5.1.0_RHEL8-64_CUDA12.0.sh -dir imod -skip -y
4343

4444

45-
# Transfer completed Murfey build to a clean image
45+
# Transfer completed builds to base image
4646
FROM base
4747

48-
# Define external build arguments
48+
# Pass external build arguments to this stage
4949
ARG groupid
5050
ARG groupname
5151
ARG userid

0 commit comments

Comments
 (0)