Skip to content

Commit 99676f7

Browse files
authored
Fix for #9: docker build error (#11)
ModuleNotFoundError: No module named 'skbuild'
1 parent b005824 commit 99676f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN apt-get update -y
44
RUN apt-get install python3 python3-pip unzip wget -y
55
COPY . /app
66
WORKDIR app/
7+
RUN pip3 install --upgrade pip
78
RUN pip3 install -r requirements.txt
89
RUN pip3 install jupyterlab notebook
9-
RUN pip3 install git+https://github.com/mihaidusmanu/pycolmap
10+
RUN pip3 install git+https://github.com/mihaidusmanu/pycolmap

0 commit comments

Comments
 (0)