youngLBW / HRN

[CVPR2023] A Hierarchical Representation Network for Accurate and Detailed Face Reconstruction from In-The-Wild Images.
https://younglbw.github.io/HRN-homepage/
Apache License 2.0
407 stars 37 forks source link

raise CalledProcessError(retcode, process.args, 2024-06-04T02:45:04.802930509Z subprocess.CalledProcessError: Command '['which', 'c++']' returned non-zero exit status 1. #62

Open afidzulinn opened 1 month ago

afidzulinn commented 1 month ago

Screenshot from 2024-06-04 09-53-02

i am running on docker, this is my dockerfile FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime

No interaction in install

ARG DEBIAN_FRONTEND=noninteractive

Install base utils

RUN apt-get update \ && apt-get install -y --no-install-recommends cmake unzip git wget \ && apt-get install -y --no-install-recommends freeglut3-dev binutils-gold libglew-dev mesa-common-dev mesa-utils \ && apt-get install -y --no-install-recommends libegl1-mesa-dev libgles2-mesa-dev libnvidia-gl-525 libglib2.0-0 \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/*