Skip to content

Commit 89153df

Browse files
committed
Add ARG for specifying PyGEM branch in Dockerfile
1 parent 7196ca0 commit 89153df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ WORKDIR /home/ubuntu
1616
# Add .local/bin to PATH
1717
ENV PATH="/home/ubuntu/.local/bin:${PATH}"
1818

19+
# What PyGEM branch to clone (either master or dev; see docker_pygem.yml)
20+
ARG PYGEM_BRANCH=master
21+
1922
RUN git clone --branch ${PYGEM_BRANCH} https://github.com/PyGEM-Community/PyGEM.git && \
2023
pip install --break-system-packages -e PyGEM && \
2124
initialize

0 commit comments

Comments
 (0)