Skip to content

Commit

Permalink
Docker tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Cossu committed Apr 9, 2019
1 parent 99e8d6e commit ff27a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ WORKDIR /usr/local
ADD . lakesuperior
WORKDIR /usr/local/lakesuperior
RUN git submodule update --init
RUN [[ -f lakesuperior/model/base.c ]] || pip install cython
RUN [[ -f lakesuperior/model/base.c ]] || \
pip install -r requirements_dev.txt
RUN pip install -e .
RUN cp ./docker/etc/* ./lakesuperior/etc.defaults/
CMD ./docker/docker_entrypoint
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PyYAML>=3.13
arrow>=0.10.0
click-log>=0.2.1
click>=6.7
cymem>=2.0
gevent>=1.3.6
gunicorn>=19.7.1
matplotlib
Expand Down

0 comments on commit ff27a16

Please sign in to comment.