xzhang-fitlab
xzhang-fitlab
Change [this line](https://github.com/CMU-Perceptual-Computing-Lab/MonocularTotalCapture/blob/f69a12ead1abc412bcb14bb066ec3a60292d6cf3/Dockerfile#L68) from `RUN pip3 install --upgrade pip` to `RUN pip3 install --upgrade pip==19.2` This image uses python3.5 which is not supported by lastest pip==21
> Thanks! But still have other issues when I use docker image > > Step 14/69 : RUN git clone https://github.com/libigl/libigl.git . && mkdir build && cd build && cmake...
> Sorry to disturb you again, but still got other issues in installation.... If you could help, that will be really nice....!!! > > -- Generating done > -- Build...
> nvcc fatal : Unsupported gpu architecture 'compute_86' Oh there are some `nvcc fatal : Unsupported gpu architecture 'compute_86'` errors. so you are using Nvidia RTX 30XX? Maybe you should...