We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7196ca0 commit 89153dfCopy full SHA for 89153df
1 file changed
docker/Dockerfile
@@ -16,6 +16,9 @@ WORKDIR /home/ubuntu
16
# Add .local/bin to PATH
17
ENV PATH="/home/ubuntu/.local/bin:${PATH}"
18
19
+# What PyGEM branch to clone (either master or dev; see docker_pygem.yml)
20
+ARG PYGEM_BRANCH=master
21
+
22
RUN git clone --branch ${PYGEM_BRANCH} https://github.com/PyGEM-Community/PyGEM.git && \
23
pip install --break-system-packages -e PyGEM && \
24
initialize
0 commit comments