mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 16:12:29 +00:00
DockerFile updated to deploy plugins
This commit is contained in:
parent
a5c27bcaba
commit
4f2aee5681
@ -3,8 +3,13 @@ from python:2.7
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install git
|
RUN apt-get -y install git
|
||||||
RUN mkdir -p /senpy-plugins
|
RUN mkdir -p /senpy-plugins
|
||||||
|
|
||||||
RUN apt-get -y install python-numpy
|
RUN apt-get -y install python-numpy
|
||||||
RUN apt-get -y install build-dep python-scipy
|
RUN apt-get -y install python-scipy
|
||||||
|
RUN apt-get -y install python-sklearn
|
||||||
|
RUN apt-get -y install python-gevent
|
||||||
|
RUN apt-get -y install libopenblas-dev
|
||||||
|
RUN apt-get -y install gfortran
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
|
||||||
ADD id_rsa /root/.ssh/id_rsa
|
ADD id_rsa /root/.ssh/id_rsa
|
||||||
@ -16,7 +21,7 @@ RUN git clone git@github.com:gsi-upm/senpy-plugins-enterprise /senpy-plugins/ent
|
|||||||
RUN git clone https://github.com/gsi-upm/senpy-plugins-community /senpy-plugins/community
|
RUN git clone https://github.com/gsi-upm/senpy-plugins-community /senpy-plugins/community
|
||||||
|
|
||||||
RUN pip install /usr/src/app
|
RUN pip install /usr/src/app
|
||||||
RUN pip install -r /senpy-plugins/enterprise/requirements.txt
|
RUN pip install --no-use-wheel -r /senpy-plugins/enterprise/requirements.txt
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /senpy-plugins
|
WORKDIR /senpy-plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user