This commit is contained in:
Vijay Yadev
2021-04-27 14:27:15 -04:00
parent 1fba56e932
commit a8da627567
3674 changed files with 35 additions and 1619825 deletions

View File

@@ -19,8 +19,12 @@ RUN ln -sfn /usr/bin/pip3 /usr/bin/pip
COPY . /app
#cloning openface
WORKDIR /app/pkg
RUN git clone https://github.com/AiCure/open_dbm.git -b openface
RUN echo "Installing OpenFace..."
WORKDIR /app/pkg/OpenFace
WORKDIR /app/pkg/open_dbm/OpenFace
RUN bash ./download_models.sh
RUN dpkg --configure -a
RUN su -c ./install.sh
@@ -39,4 +43,4 @@ RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN echo "Requirement txt done!"
CMD [ "python", "./process_data.py" ]
CMD [ "python", "./process_data.py" ]