We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b005824 commit 99676f7Copy full SHA for 99676f7
Dockerfile
@@ -4,6 +4,7 @@ RUN apt-get update -y
4
RUN apt-get install python3 python3-pip unzip wget -y
5
COPY . /app
6
WORKDIR app/
7
+RUN pip3 install --upgrade pip
8
RUN pip3 install -r requirements.txt
9
RUN pip3 install jupyterlab notebook
-RUN pip3 install git+https://github.com/mihaidusmanu/pycolmap
10
+RUN pip3 install git+https://github.com/mihaidusmanu/pycolmap
0 commit comments