Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
linstt-offline-decoding
Commits
0fb8ac2d
Commit
0fb8ac2d
authored
Jan 23, 2018
by
Yoann HOUPERT
Browse files
Add dockerisation of server
parent
6e00c254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
Dockerfile
Dockerfile
+21
-0
No files found.
Dockerfile
0 → 100644
View file @
0fb8ac2d
FROM
debian:9
MAINTAINER
Yoann Houpert <yhoupert@linagora.com>
RUN
apt-get update
&&
\
apt-get
install
-y
\
sox
\
python2.7
\
python-pip
&&
\
apt-get clean
ENV
BASE_DIR /opt/speech-to-text
WORKDIR
$BASE_DIR
COPY
. .
COPY
modules/server/server.cfg .
RUN
pip
install
-r
modules/server/requirements.txt
EXPOSE
8888
CMD
./modules/server/master_server.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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