-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during docker installation. #55
Comments
Any solution??? I have the same issue..... |
Change this line 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 .. && make all -j8 Cloning into '.'... -- Configuring incomplete, errors occurred! |
Change this Line The current latest brach is not work for this repo, while branch v2.1.0 of libigl before this repon setted. Current brach requires higher cmake version. |
Amazing!!!! Thanks for your help!!! |
Sorry to disturb you again, but still got other issues in installation.... If you could help, that will be really nice....!!! -- Generating done nvcc fatal : Unsupported gpu architecture 'compute_86' nvcc fatal : Unsupported gpu architecture 'compute_86' make[2]: *** [src/openpose/CMakeFiles/openpose.dir/pose/openpose_generated_renderPose.cu.o] Error 1 nvcc fatal : Unsupported gpu architecture 'compute_86' CMake Error at openpose_generated_renderFace.cu.o.cmake:207 (message): nvcc fatal : Unsupported gpu architecture 'compute_86' make[2]: *** [src/openpose/CMakeFiles/openpose.dir/tracking/openpose_generated_pyramidalLK.cu.o] Error 1 make[2]: *** [src/openpose/CMakeFiles/openpose.dir/face/openpose_generated_renderFace.cu.o] Error 1 |
Change this line |
I tried v1.5.0, v1.5.1, v1.6.0, v1.7.0, but all have the same problem.....same error logs... Here is the log..! Thanks for your continuous help!!!! -- Generating done nvcc fatal : Unsupported gpu architecture 'compute_86' src/openpose/CMakeFiles/openpose.dir/build.make:119: recipe for target 'src/openpose/CMakeFiles/openpose.dir/pose/openpose_generated_renderPose.cu.o' failed CMake Error at openpose_generated_renderHand.cu.o.cmake:207 (message): nvcc fatal : Unsupported gpu architecture 'compute_86' src/openpose/CMakeFiles/openpose.dir/build.make:70: recipe for target 'src/openpose/CMakeFiles/openpose.dir/gpu/openpose_generated_cuda.cu.o' failed nvcc fatal : Unsupported gpu architecture 'compute_86' src/openpose/CMakeFiles/openpose.dir/build.make:84: recipe for target 'src/openpose/CMakeFiles/openpose.dir/tracking/openpose_generated_pyramidalLK.cu.o' failed |
Oh there are some
But I am not sure what you should add or whether this could work. You can google how to compile caffe with cuda9 (if you have not change the cuda version of the docker) on RTX30XX...... |
The text was updated successfully, but these errors were encountered: