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
ef3ca00a
Commit
ef3ca00a
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'cherry-pick-
5b7ad326
' into 'master'"
This reverts merge request
!29
parent
b8035a05
No related branches found
No related tags found
1 merge request
!32
Revert "Merge branch 'cherry-pick-5b7ad326' into 'master'"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/from-scratch.sh
+6
-10
6 additions, 10 deletions
install/from-scratch.sh
with
6 additions
and
10 deletions
install/from-scratch.sh
+
6
−
10
View file @
ef3ca00a
...
@@ -22,13 +22,6 @@ if [ -d ${BASEDIR}/envs/${NAME} ]; then
...
@@ -22,13 +22,6 @@ if [ -d ${BASEDIR}/envs/${NAME} ]; then
fi
fi
fi
fi
if
[
"
$(
uname
)
"
==
"Linux"
]
&&
[
${
PYTHON_VERSION
}
==
"2.7"
]
;
then
CAFFE
=
caffe
else
CAFFE
=
fi
# For a complete list of dependencies, please read:
# For a complete list of dependencies, please read:
# https://gitlab.idiap.ch/bob/bob/wikis/Dependencies
# https://gitlab.idiap.ch/bob/bob/wikis/Dependencies
echo
"[>>] Creating environment
${
NAME
}
for python
${
PYTHON_VERSION
}
with bob dependencies..."
echo
"[>>] Creating environment
${
NAME
}
for python
${
PYTHON_VERSION
}
with bob dependencies..."
...
@@ -40,7 +33,6 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
...
@@ -40,7 +33,6 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
dask
\
dask
\
docopt
\
docopt
\
ffmpeg
\
ffmpeg
\
gcc
\
giflib
\
giflib
\
hdf5
\
hdf5
\
ipdb
\
ipdb
\
...
@@ -69,8 +61,12 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
...
@@ -69,8 +61,12 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
sqlalchemy
\
sqlalchemy
\
tensorflow
\
tensorflow
\
virtualenv
\
virtualenv
\
vlfeat
\
vlfeat
${
CAFFE
}
# Commented out while @amohammadi fixes it in conda-forge
#if [ "$(uname)" == "Linux" ] && [ ${PYTHON_VERSION} == "2.7" ]; then
# ${CONDA} install --yes -n ${NAME} --override-channels -c conda-forge -c defaults caffe
#fi
echo
"[>>] Pip-installing extra dependencies in environment
${
NAME
}
for
${
PYTHON_VERSION
}
..."
echo
"[>>] Pip-installing extra dependencies in environment
${
NAME
}
for
${
PYTHON_VERSION
}
..."
source
${
BASEDIR
}
/bin/activate
${
NAME
}
source
${
BASEDIR
}
/bin/activate
${
NAME
}
...
...
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