Skip to content
Snippets Groups Projects

Updating ACTS Tracking algorithms.

Closed Whitney Armstrong requested to merge tracking_update into master
Files
15
+ 3
3
@@ -9,9 +9,9 @@ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \
basedist="debian" \
base="eic_container/eic"
RUN cd /tmp \
&& curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_amd64.deb" \
&& dpkg -i gitlab-runner_amd64.deb
#RUN cd /tmp \
# && curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_amd64.deb" \
# && dpkg -i gitlab-runner_amd64.deb
RUN cd /tmp \
&& export CLICOLOR_FORCE=1 \
Loading