CubiCasa / CubiCasa5k

CubiCasa5k floor plan dataset
Other
297 stars 97 forks source link

Docker Container #57

Open Huda11Baig opened 1 year ago

Huda11Baig commented 1 year ago

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?

p-vdp commented 1 year ago

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