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
8d1168e0
Commit
8d1168e0
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation
parent
1de78520
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/README.md
+1
-16
1 addition, 16 deletions
install/README.md
with
1 addition
and
16 deletions
install/README.md
+
1
−
16
View file @
8d1168e0
...
@@ -42,21 +42,6 @@ $ /opt/conda/bin/conda list -n bob-devel-py27 -e > linux/devel-py27.txt
...
@@ -42,21 +42,6 @@ $ /opt/conda/bin/conda list -n bob-devel-py27 -e > linux/devel-py27.txt
```
```
## From list
To create a fully functional environment from a file list, use the following:
```
sh
$
./from-list.sh /opt/conda bob-devel-py27 linux/devel-py27.txt
```
The parameters are:
1.
The base directory where the environment should be installed
2.
The name of the environment to be created
3.
The package list file to use for the newly created environment
#### Extra OS packages
#### Extra OS packages
Besides the dependencies encoded in
`from-scratch.sh`
, Bob development also
Besides the dependencies encoded in
`from-scratch.sh`
, Bob development also
...
@@ -91,5 +76,5 @@ machine:
...
@@ -91,5 +76,5 @@ machine:
#### Creating or updating CI runners
#### Creating or updating CI runners
Run the
`install-conda.sh`
once to install a basic Conda support. To install or
Run the
`install-conda.sh`
once to install a basic Conda support. To install or
update our supported Python build environments, run
`
from-scratch
.sh`
. It will
update our supported Python build environments, run
`
install-ci
.sh`
. It will
make the environment up-to-date with the current requirements for Bob.
make the environment up-to-date with the current requirements for Bob.
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