Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
0939ac01
Commit
0939ac01
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Download specific python versioned yml files for each environment
parent
38a0d01e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
install/bob-devel.yml
+0
-58
0 additions, 58 deletions
install/bob-devel.yml
install/from-scratch.sh
+2
-1
2 additions, 1 deletion
install/from-scratch.sh
with
3 additions
and
59 deletions
.gitignore
+
1
−
0
View file @
0939ac01
...
@@ -2,3 +2,4 @@
...
@@ -2,3 +2,4 @@
*.swp
*.swp
*.swo
*.swo
*.whl
*.whl
install/bob-devel-py*.yml
This diff is collapsed.
Click to expand it.
install/bob-devel.yml
deleted
100644 → 0
+
0
−
58
View file @
38a0d01e
name
:
bob-devel
channels
:
-
https://www.idiap.ch/software/bob/conda
-
defaults
dependencies
:
-
python=2.7
-
cython
-
dask
-
hdf5
-
jpeg
-
libpng
-
libtiff
-
matplotlib
-
nose
-
numexpr
-
numpy
-
pillow
-
pip
-
psutil
-
scikit-image
-
scikit-learn
-
scipy
-
sphinx
-
sqlalchemy
-
anaconda=4.2.0
# [only linux]
-
anaconda=4.3.0
# [only osx]
-
boost=1.61
-
caffe
# [only linux]
-
cmake
-
coverage
-
cyvlfeat=0.4.5
-
docopt
-
ffmpeg=2.8.10
-
gcc=4.8.5
# [only linux]
-
libgcc=4.8.5
# [only linux]
-
giflib=5.1.4
-
ipdb=0.10.2
-
ipython
-
libblitz=0.10
-
libmatio=1.5
-
libsvm=3.21
-
menpo=0.7.7
-
menpofit=0.4.1
-
menpowidgets=0.2.1p3
-
mne=0.13.1
-
openblas=0.2.19
-
opencv=3
-
pkgtools=0.7.3
-
pkg-config
-
pyedflib=0.1.6
-
schema=0.6.5
-
sox=14.4.2
-
sphinx_rtd_theme
-
toolchain=2.3.1
-
vlfeat=0.9.20
-
zc.buildout=2.9.2
-
pip
:
-
tensorflow==1.0.1
This diff is collapsed.
Click to expand it.
install/from-scratch.sh
+
2
−
1
View file @
0939ac01
...
@@ -12,8 +12,9 @@ fi
...
@@ -12,8 +12,9 @@ fi
BASEDIR
=
$1
BASEDIR
=
$1
NAME
=
$2
NAME
=
$2
PYTHON_VERSION
=
$3
PYTHON_VERSION
=
$3
PYVER
=
`
echo
$PYTHON_VERSION
|
sed
-e
's/\.//'
`
CONDA
=
${
BASEDIR
}
/bin/conda
CONDA
=
${
BASEDIR
}
/bin/conda
YML
=
bob-devel.yml
YML
=
bob-devel
-py
${
PYVER
}
.yml
if
[
-d
${
BASEDIR
}
/envs/
${
NAME
}
]
;
then
if
[
-d
${
BASEDIR
}
/envs/
${
NAME
}
]
;
then
${
CONDA
}
remove
-n
${
NAME
}
--all
--yes
${
CONDA
}
remove
-n
${
NAME
}
--all
--yes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment