Skip to content

Commit 4352301

Browse files
committed
Merge branch 'dev' into wasabi
2 parents aaa5a5d + 8117ec7 commit 4352301

6 files changed

Lines changed: 79 additions & 14 deletions

File tree

conda-environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ dependencies:
77
- h5py
88
- jsonschema
99
- jupyter
10+
- jupyterhub
11+
- jupyterlab
1012
- librosa
1113
- matplotlib
1214
- mysqlclient

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ app:
5353
- ./app:/srv/app
5454
- ./timeside:/srv/lib/timeside/timeside
5555
- ./lib/plugins:/srv/lib/plugins
56-
- ./etc/apt/sources.list:/etc/apt/sources.list
5756
volumes_from:
5857
- var
5958
env_file:
@@ -81,5 +80,3 @@ worker:
8180
links:
8281
- broker
8382
- db
84-
#mac_address: 02:42:ac:11:00:07
85-
# user: www-data

env/jupyterhub.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (c) 2015-2016 Parisson SARL
4+
5+
# This file is part of Telemeta.
6+
7+
# This program is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU Affero General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
12+
# TimeSide is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU Affero General Public License for more details.
16+
17+
# You should have received a copy of the GNU Affero General Public License
18+
# along with TimeSide. If not, see <http://www.gnu.org/licenses/>.
19+
20+
# Authors:
21+
# Guillaume Pellerin <yomguy@parisson.com>
22+
# Thomas Fillon <thomas@parisson.com>
23+
24+
tensorboard:
25+
image: parisson/timeside:latest-dev
26+
#build: .
27+
ports:
28+
- "8889:8000"
29+
volumes_from:
30+
- app
31+
command: sh -c "cd /srv/lib/timeside/docs/ipynb; jupyterhub"

env/nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
nginx:
33
image: nginx
44
ports:
5-
- "8030:80"
5+
- "8000:80"
66
volumes:
77
- ./etc/nginx.conf:/etc/nginx/conf.d/default.conf
88
volumes_from:

env/tensorboard.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (c) 2015-2016 Parisson SARL
4+
5+
# This file is part of Telemeta.
6+
7+
# This program is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU Affero General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
12+
# TimeSide is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU Affero General Public License for more details.
16+
17+
# You should have received a copy of the GNU Affero General Public License
18+
# along with TimeSide. If not, see <http://www.gnu.org/licenses/>.
19+
20+
# Authors:
21+
# Guillaume Pellerin <yomguy@parisson.com>
22+
# Thomas Fillon <thomas@parisson.com>
23+
24+
tensorboard:
25+
image: parisson/timeside:latest-dev
26+
#build: .
27+
ports:
28+
- "6006:6006"
29+
volumes_from:
30+
- app
31+
command: sh -c "cd /srv/lib/timeside/docs/ipynb; tensorboard --logdir=."

environment-pinned.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ dependencies:
2525
- bleach=2.1.3=py27_0
2626
- blosc=1.14.3=hdbcaa40_0
2727
- bzip2=1.0.6=h14c3975_5
28-
- ca-certificates=2018.03.07=0
29-
- certifi=2018.4.16=py27_0
28+
- ca-certificates=2019.1.23=0
29+
- certifi=2019.3.9=py27_0
3030
- cffi=1.11.5=py27h9745a5d_0
3131
- chardet=3.0.4=py27_1
32-
- conda=4.6.9=py27_0
32+
- conda=4.6.12=py27_1
3333
- conda-env=2.6.0=1
3434
- configparser=3.5.0=py27_0
3535
- constantly=15.1.0=py27h28b3542_0
@@ -73,21 +73,24 @@ dependencies:
7373
- ipython=5.7.0=py27_0
7474
- ipython_genutils=0.2.0=py27_0
7575
- ipywidgets=7.2.1=py27_0
76+
- itypes=1.1.0=py_0
7677
- jinja2=2.10=py27_0
77-
- joblib=0.12=py27_0
78+
- joblib=0.13.2=py27_0
7879
- jpeg=9b=h024ee3a_2
7980
- jsonschema=2.6.0=py27_1
8081
- jupyter=1.0.0=py_1
8182
- jupyter_client=5.2.3=py27_0
8283
- jupyter_console=5.2.0=py27_1
8384
- jupyter_core=4.4.0=py27_0
85+
- jupyterlab=0.33.11=py27_0
86+
- jupyterlab_launcher=0.11.2=py27h28b3542_0
8487
- kiwisolver=1.0.1=py27hf484d3e_0
8588
- lapack=3.6.1=1
8689
- libedit=3.1.20170329=h6b74fdf_2
8790
- libffi=3.2.1=hd88cf55_4
8891
- libflac=1.3.1=0
8992
- libgcc=7.2.0=h69d50b8_2
90-
- libgcc-ng=7.2.0=hdf63c60_3
93+
- libgcc-ng=8.2.0=hdf63c60_1
9194
- libgfortran=3.0.0=1
9295
- libgfortran-ng=7.2.0=hdf63c60_3
9396
- libiconv=1.15=h63c8f33_5
@@ -118,7 +121,8 @@ dependencies:
118121
- mkl_random=1.0.1=py27_0
119122
- mock=2.0.0=py27_0
120123
- mpg123=1.25.8=hfc679d8_0
121-
- mysql-python=1.2.5=py27_0
124+
- mysql-connector-c=6.1.11=hf4847fb_0
125+
- mysqlclient=1.3.14=py27h7b6447c_0
122126
- nbconvert=5.3.1=py27_0
123127
- nbformat=4.4.0=py27_0
124128
- nccl=1.3.5=cuda9.0_0
@@ -128,12 +132,10 @@ dependencies:
128132
- notebook=5.6.0=py27_0
129133
- numba=0.39.0=py27h04863e7_0
130134
- numexpr=2.6.5=py27hedc7406_0
131-
- numpy=1.14.5=py27h1b885b7_4
132-
- numpy-base=1.14.5=py27hdbf6ddf_4
135+
- numpy=1.14.2=py27hdbf6ddf_1
133136
- olefile=0.45.1=py27_0
134137
- openblas=0.2.20=4
135-
- openblas-devel=0.2.20=7
136-
- openssl=1.0.2o=h20670df_0
138+
- openssl=1.0.2r=h7b6447c_0
137139
- packaging=17.1=py27_0
138140
- pandas=0.23.3=py27hf8a1672_1
139141
- pandoc=2.2.1=h629c226_0
@@ -206,6 +208,7 @@ dependencies:
206208
- twisted=18.4.0=py27h14c3975_0
207209
- typing=3.6.4=py27_0
208210
- unittest2=1.1.0=py27_0
211+
- uritemplate=3.0.0=py_1
209212
- urllib3=1.23=py27_0
210213
- wcwidth=0.1.7=py27_0
211214
- webencodings=0.5.1=py27_1
@@ -218,6 +221,7 @@ dependencies:
218221
- xz=5.2.4=h14c3975_4
219222
- yaafe=0.70=py27h0bee7d0_1
220223
- yaml=0.1.7=had09818_2
224+
- youtube-dl=2019.2.8=py27_0
221225
- zeromq=4.2.5=hf484d3e_0
222226
- zlib=1.2.11=ha838bed_2
223227
- zope=1.0=py27_0

0 commit comments

Comments
 (0)