Selaa lähdekoodia

Temp patch to build docker container.

Stefano Cossu 6 vuotta sitten
vanhempi
commit
99e8d6ebe4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -5,6 +5,7 @@ WORKDIR     /usr/local
 ADD         . lakesuperior
 WORKDIR     /usr/local/lakesuperior
 RUN         git submodule update --init
+RUN         [[ -f lakesuperior/model/base.c ]] || pip install cython
 RUN         pip install -e .
 RUN         cp ./docker/etc/* ./lakesuperior/etc.defaults/
 CMD         ./docker/docker_entrypoint