Skip to content
Snippets Groups Projects
Commit 97b6a9a4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Update linux install instructions

parent 14c02f23
No related branches found
No related tags found
No related merge requests found
...@@ -44,11 +44,13 @@ check_interval = 10 ...@@ -44,11 +44,13 @@ check_interval = 10
cache_dir = "/local/cache" cache_dir = "/local/cache"
[runners.docker] [runners.docker]
tls_verify = false tls_verify = false
image = "python:latest" image = "continuumio/conda-concourse-ci"
privileged = false privileged = false
disable_cache = false disable_cache = false
volumes = ["/local/cache"] volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/local/cache"]
extra_hosts = ["www.idiap.ch:172.31.100.235"] extra_hosts = ["www.idiap.ch:172.31.100.235"]
[runners.cache]
Insecure = false
[[runners]] [[runners]]
name = "docker-build" name = "docker-build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment