Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Show more breadcrumbs
beat
beat.core
Commits
4922ef9a
There was a problem fetching the pipeline summary.
Commit
4922ef9a
authored
8 years ago
by
Philip ABBET
Browse files
Options
Downloads
Patches
Plain Diff
Modify the README
parent
9a16e9ca
No related branches found
No related tags found
1 merge request
!14
Add support to serve databases from a docker container
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+9
-7
9 additions, 7 deletions
README.rst
with
9 additions
and
7 deletions
README.rst
+
9
−
7
View file @
4922ef9a
...
@@ -63,6 +63,7 @@ In particular, this package controls memory and CPU utilisation of the
...
@@ -63,6 +63,7 @@ In particular, this package controls memory and CPU utilisation of the
containers it launches. You must make sure to enable those functionalities on
containers it launches. You must make sure to enable those functionalities on
your installation.
your installation.
Docker Setup
Docker Setup
============
============
...
@@ -75,14 +76,16 @@ execute algorithms or experiments.
...
@@ -75,14 +76,16 @@ execute algorithms or experiments.
We use specific docker images to run user algorithms. Download the following
We use specific docker images to run user algorithms. Download the following
base images before you try to run tests or experiments on your computer::
base images before you try to run tests or experiments on your computer::
$ docker pull
beats/py27
:system
$ docker pull
docker.idiap.ch/beat/beat.env.system.python
:system
$ docker pull d
ebian:8.4
$ docker pull d
ocker.idiap.ch/beat/beat.env.db.examples:1.0.0
Optionally, also download the following images to be able to re-run experiments
Optionally, also download the following images to be able to re-run experiments
downloaded from the BEAT platform (not required for unit testing)::
downloaded from the BEAT platform (not required for unit testing)::
$ docker pull beats/py27:0.0.4
$ docker pull docker.idiap.ch/beat/beat.env.python:0.0.4
$ docker pull beats/py27:0.1.0
$ docker pull docker.idiap.ch/beat/beat.env.python:0.1.0
$ docker pull docker.idiap.ch/beat/beat.env.cxx:1.0.1
$ docker pull docker.idiap.ch/beat/beat.env.db:1.0.0
Documentation
Documentation
...
@@ -139,7 +142,6 @@ sphinx::
...
@@ -139,7 +142,6 @@ sphinx::
Development
Development
-----------
-----------
Indentation
Indentation
===========
===========
...
@@ -148,8 +150,8 @@ example, to enforce compliance on a single file and edit it in place, do::
...
@@ -148,8 +150,8 @@ example, to enforce compliance on a single file and edit it in place, do::
$ ./bin/autopep8 --indent-size=2 --in-place beat/core/utils.py
$ ./bin/autopep8 --indent-size=2 --in-place beat/core/utils.py
We normally use 2-space identat
t
ion. If ever, you can easily change the
We normally use 2-space i
n
dentation. If ever, you can easily change the
identation to 4 spaces like this::
i
n
dentation to 4 spaces like this::
$ ./bin/autopep8 --indent-size=4 --in-place beat/core/utils.py
$ ./bin/autopep8 --indent-size=4 --in-place beat/core/utils.py
...
...
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