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
05f0d3a3
Commit
05f0d3a3
authored
8 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Plain Diff
Merge branch 'add_caffe' into 'master'
Update from-scratch.sh to install caffe on Python 2.7 and Linux Fixes
#27
See merge request
!25
parents
f565a826
f35ebf70
No related branches found
No related tags found
1 merge request
!25
Update from-scratch.sh to install caffe on Python 2.7 and Linux
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/from-scratch.sh
+4
-1
4 additions, 1 deletion
install/from-scratch.sh
with
4 additions
and
1 deletion
install/from-scratch.sh
+
4
−
1
View file @
05f0d3a3
...
...
@@ -62,7 +62,10 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
tensorflow
\
virtualenv
\
vlfeat
#caffe
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
}
..."
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