Commit f3984e1f authored by Rane Squires's avatar Rane Squires

Remove unnecessary require from setuptensorflow-gpu

parent b1250a38
Pipeline #112 failed with stages
......@@ -45,7 +45,7 @@ class anaconda::environments {
exec { 'setuptensorflow-gpu':
unless => "conda env list | grep -q '/opt/miniconda/envs/tensorflow-gpu'",
command => 'conda env create -f /opt/envs/tensorflow-gpu.yml',
require => [File['/opt/envs/tensorflow-gpu.yml'], Exec['setuptensorflow']],
require => File['/opt/envs/tensorflow-gpu.yml'],
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