From 5ed5a0fd9858d68efbb415d817259c48317e8426 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 27 Mar 2019 20:57:56 +0100
Subject: [PATCH] [mod] try to use a fix version of tensorflow Docker image

- Should fix missing jinja2 dependency
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26a431043..3f43497a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,7 +143,7 @@ releases:x64:
     - tags
 
 .release_jobs: &release_jobs
-  image: tensorflow/tensorflow:latest-py3
+  image: tensorflow/tensorflow:1.12.0-py3
   tags:
     - redshift-duniter-builder
   script:
-- 
GitLab