CubiCasa5k icon indicating copy to clipboard operation
CubiCasa5k copied to clipboard

Docker Container

Open Huda11Baig opened this issue 2 years ago • 1 comments

Hello, I am a researcher from Carnegie Mellon University. I am looking into building an indoor navigation system with some new techniques and I am hoping to explore how SVG formats of floor plans, like that which is outputted from your model, may integrate into and benefit my research project. I am trying to create the docker container for your project but I am getting the following error:

106.3 Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
------
Dockerfile:10
--------------------
   8 |     COPY requirements.txt /app/.
   9 |     
  10 | >>> RUN pip install -r requirements.txt
  11 |     
  12 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1

Could you guide me on how to fix this issue?

Huda11Baig avatar Oct 01 '23 19:10 Huda11Baig

Try deleting the "==2018.10.15" after certifi in requirements.txt before making the Docker image.

p-vdp avatar Oct 01 '23 19:10 p-vdp