Commit c27a4db3 authored by Rane Squires's avatar Rane Squires

change create order to ensure tensorflow gets created

parent c668131c
Pipeline #96 failed with stages
......@@ -58,7 +58,7 @@ class anaconda::environments {
exec { 'setuptensorflow-gpu':
unless => "conda env list | grep -q 'tensorflow-gpu'",
command => 'conda env create -f /opt/envs/tensorflow-gpu.yml',
require => File['/opt/envs/tensorflow-gpu.yml'],
require => [File['/opt/envs/tensorflow-gpu.yml'], Exec['setuptensorflow']],
path => ['/bin','/opt/miniconda/bin']
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment