Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rsquires-anaconda
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rane Squires
rsquires-anaconda
Commits
a22d72e9
Commit
a22d72e9
authored
Oct 23, 2019
by
Rane Squires
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change 'minoconda' references to 'anaconda'
parent
a7f083e1
Pipeline
#116
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
manifests/environments.pp
manifests/environments.pp
+8
-8
No files found.
manifests/environments.pp
View file @
a22d72e9
...
...
@@ -17,10 +17,10 @@ class anaconda::environments {
}
exec
{
'setupvanilla3'
:
unless
=>
"conda env list | grep -q '/opt/
mini
conda/envs/vanilla3'"
,
unless
=>
"conda env list | grep -q '/opt/
ana
conda/envs/vanilla3'"
,
command
=>
'conda env create -f /opt/envs/vanilla3.yml'
,
require
=>
File
[
'/opt/envs/vanilla3.yml'
],
path
=>
[
'/bin'
,
'/opt/
mini
conda/bin'
]
path
=>
[
'/bin'
,
'/opt/
ana
conda/bin'
]
}
file
{
'/opt/envs/tensorflow.yml'
:
...
...
@@ -30,10 +30,10 @@ class anaconda::environments {
}
exec
{
'setuptensorflow'
:
unless
=>
"conda env list | grep -q '/opt/
mini
conda/envs/tensorflow'"
,
unless
=>
"conda env list | grep -q '/opt/
ana
conda/envs/tensorflow'"
,
command
=>
'conda env create -f /opt/envs/tensorflow.yml'
,
require
=>
File
[
'/opt/envs/tensorflow.yml'
],
path
=>
[
'/bin'
,
'/opt/
mini
conda/bin'
]
path
=>
[
'/bin'
,
'/opt/
ana
conda/bin'
]
}
file
{
'/opt/envs/tensorflow-gpu.yml'
:
...
...
@@ -43,10 +43,10 @@ class anaconda::environments {
}
exec
{
'setuptensorflow-gpu'
:
unless
=>
"conda env list | grep -q '/opt/
mini
conda/envs/tensorflow-gpu'"
,
unless
=>
"conda env list | grep -q '/opt/
ana
conda/envs/tensorflow-gpu'"
,
command
=>
'conda env create -f /opt/envs/tensorflow-gpu.yml'
,
require
=>
File
[
'/opt/envs/tensorflow-gpu.yml'
],
path
=>
[
'/bin'
,
'/opt/
mini
conda/bin'
]
path
=>
[
'/bin'
,
'/opt/
ana
conda/bin'
]
}
#file { '/opt/envs/bioinformatics.yml':
...
...
@@ -56,10 +56,10 @@ class anaconda::environments {
#}
#exec { 'setupbioinformatics':
# unless => "conda env list | grep -q '/opt/
mini
conda/envs/bioinformatics'",
# unless => "conda env list | grep -q '/opt/
ana
conda/envs/bioinformatics'",
# command => 'conda env create -f /opt/envs/bioinformatics.yml',
# require => File['/opt/envs/bioinformatics.yml'],
# path => ['/bin','/opt/
mini
conda/bin']
# path => ['/bin','/opt/
ana
conda/bin']
#}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment