Skip to content

Commit

Permalink
Fix for #9: docker build error (#11)
Browse files Browse the repository at this point in the history
ModuleNotFoundError: No module named 'skbuild'
  • Loading branch information
rvorias authored Aug 17, 2020
1 parent b005824 commit 99676f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apt-get update -y
RUN apt-get install python3 python3-pip unzip wget -y
COPY . /app
WORKDIR app/
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt
RUN pip3 install jupyterlab notebook
RUN pip3 install git+https://github.com/mihaidusmanu/pycolmap
RUN pip3 install git+https://github.com/mihaidusmanu/pycolmap

0 comments on commit 99676f7

Please sign in to comment.