From 16973b6ce368b1aef3b77f3c0033e1492c980107 Mon Sep 17 00:00:00 2001 From: Simon van Hemert <simon.vanhemert@hslu.ch> Date: Wed, 18 Nov 2020 10:49:56 +0000 Subject: [PATCH] renku config set lfs_threshold 3mb --- .renku/metadata.yml | 4 ++-- .renku/renku.ini | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.renku/metadata.yml b/.renku/metadata.yml index 88c7e90..248142c 100644 --- a/.renku/metadata.yml +++ b/.renku/metadata.yml @@ -1,8 +1,8 @@ -'@id': https://localhost/projects/simon.vanhemert/HSLU%20deep%20Learning +'@id': https://renkulab.io/projects/simon.vanhemert/hslu-deep-learning '@type': - http://schema.org/Project - http://www.w3.org/ns/prov#Location -http://schema.org/agent: 0.12.1.dev0+dirty +http://schema.org/agent: 0.12.0 http://schema.org/creator: '@id': mailto:simon.vanhemert@hslu.ch '@type': diff --git a/.renku/renku.ini b/.renku/renku.ini index a0e8998..033b786 100644 --- a/.renku/renku.ini +++ b/.renku/renku.ini @@ -1,2 +1,6 @@ [renku "interactive"] -default_url = /lab \ No newline at end of file +default_url = /lab + +[renku] +lfs_threshold = 3mb + -- GitLab