Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.env.db.examples
Commits
c0e0407c
Commit
c0e0407c
authored
Jan 24, 2018
by
Philip ABBET
Browse files
Version 1.4.0 revision 0: Update to beat.backend.python v1.5.x
parent
20ba9d31
Pipeline
#15624
passed with stage
in 8 minutes and 41 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c0e0407c
...
...
@@ -27,34 +27,34 @@ MAINTAINER Philip Abbet <philip.abbet@idiap.ch>
RUN
set
-ex
\
# Install the needed packages
&& build_deps=' \
git \
python-dev \
python-pip \
' \
&& runtime_deps=' \
python-numpy \
python-pkg-resources \
python-requests \
python-zmq \
pkg-config \
' \
&& apt-get update \
&& apt-get install -y $build_deps \
&& apt-get install -y $runtime_deps \
&& pip install --upgrade setuptools \
&& pip install markerlib \
# Install the beat packages
&& pip install -e git+https://gitlab.idiap.ch/beat/beat.backend.python.git@
v
1.
4.1
#egg=beat.backend.python \
# Cleanup
&& apt-get purge -y --auto-remove $build_deps \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Install the needed packages
&& build_deps=' \
git \
python-dev \
python-pip \
' \
&& runtime_deps=' \
python-numpy \
python-pkg-resources \
python-requests \
python-zmq \
pkg-config \
' \
&& apt-get update \
&& apt-get install -y $build_deps \
&& apt-get install -y $runtime_deps \
&& pip install --upgrade setuptools \
&& pip install markerlib \
# Install the beat packages
&& pip install -e git+https://gitlab.idiap.ch/beat/beat.backend.python.git@1.
5.x
#egg=beat.backend.python \
# Cleanup
&& apt-get purge -y --auto-remove $build_deps \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Customisation of the environment
ADD
environment.json /etc/beat/
README.md
View file @
c0e0407c
...
...
@@ -9,7 +9,7 @@ example databases of the BEAT platform.
To test the creation of a container on your machine, run the following command:
```
sh
$
docker build
--rm
=
true
-t
docker.idiap.ch/beat/beat.env.db.examples:1.
3
.0r
2
.
$
docker build
--rm
=
true
-t
docker.idiap.ch/beat/beat.env.db.examples:1.
4
.0r
0
.
```
...
...
environment.json
View file @
c0e0407c
{
"name"
:
"Example databases"
,
"version"
:
"1.
3
.0"
,
"version"
:
"1.
4
.0"
,
"databases"
:
[
"crash/1"
,
"empty_protocol_sets/1"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment