File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,9 @@ before_install:
31
31
- sudo apt update -qq
32
32
- sudo apt install -y cuda-core-${CUDA_SHORT/./-} cuda-cudart-dev-${CUDA_SHORT/./-} cuda-cufft-dev-${CUDA_SHORT/./-}
33
33
- sudo apt clean
34
- - CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
35
- - LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
36
- - PATH=${CUDA_HOME}/bin:${PATH}
37
- - wget https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip
38
- - unzip ninja-linux.zip
39
- - PATH=${PATH}:${PWD}
34
+ - export CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
35
+ - export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
36
+ - export PATH=${CUDA_HOME}/bin:${PATH}
40
37
- python3.6 -m grpc_tools.protoc --python_out cusim/ --proto_path cusim/proto/ config.proto
41
38
42
39
script :
You can’t perform that action at this time.
0 commit comments