Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created January 28, 2023 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epifanio/7f65630e1d8272fdcd7aafa3d4646ba6 to your computer and use it in GitHub Desktop.
Save epifanio/7f65630e1d8272fdcd7aafa3d4646ba6 to your computer and use it in GitHub Desktop.
Removing intermediate container b1ed73f80132
---> 08d48161dd06
Step 20/22 : RUN cd /home/jovyan/cuspatial && chmod a+x build.sh && ./build.sh
---> Running in 62247221d9c0
File /opt/conda/envs/gis/lib64/stubs/libcuda.so doesn't exist
Building for the architecture of the GPU in the system...
-- The C compiler identification is GNU 9.5.0
-- The CXX compiler identification is GNU 9.5.0
-- The CUDA compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/conda/envs/gis/bin/x86_64-conda-linux-gnu-cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/conda/envs/gis/bin/x86_64-conda-linux-gnu-c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting CUDA compiler ABI info
-- Configuring incomplete, errors occurred!
See also "/home/jovyan/cuspatial/cpp/build/CMakeFiles/CMakeOutput.log".
See also "/home/jovyan/cuspatial/cpp/build/CMakeFiles/CMakeError.log".
/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
_CMAKE_CUDA_WHOLE_FLAG
CMake Error at /opt/conda/envs/gis/share/cmake-3.25/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
/opt/conda/envs/gis/share/cmake-3.25/Modules/CMakeTestCUDACompiler.cmake:19 (CMAKE_DETERMINE_COMPILER_ABI)
CMakeLists.txt:28 (project)
ERROR conda.cli.main_run:execute(47): `conda run /bin/bash -c cd /home/jovyan/cuspatial && chmod a+x build.sh && ./build.sh` failed. (See above for error)
Removing intermediate container 62247221d9c0
The command 'conda run -n gis /bin/bash -c cd /home/jovyan/cuspatial && chmod a+x build.sh && ./build.sh' returned a non-zero code: 1
(base) ➜ Docker_GPU git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment