-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcuda-11.4.dependency.rhel.properties
27 lines (26 loc) · 1.52 KB
/
cuda-11.4.dependency.rhel.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Copyright (c) 2022 Konduit K.K.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
cuda-11.4.downloadUrl=
cuda-11.4.version=
cuda-11.4.file=
cuda-11.4.directory=
cuda-11.4.dependencies=make,curl,gcc-9,wget
cuda-11.4.installCommand=wget https://developer.download.nvidia.com/compute/cuda/11.4.4/local_installers/cuda_11.4.4_470.82.01_linux.run && sh cuda_11.4.4_470.82.01_linux.run --no-drm --override --no-opengl-libs --toolkit --silent --no-man-page --toolkitpath=~/.kompile/cuda-11.4 && rm -f cuda_11.4.4_470.82.01_linux.run && wget https://raw.githubusercontent.com/KonduitAI/kompile-program-repository/main/install-cuda.sh && chmod +x install-cuda.sh && ./install-cuda.sh cuda-11.4
cuda-11.4.nd4j-cuda-11.4.envs=CUDA_PATH,CUDNN_ROOT_DIR,PATH
cuda-11.4.nd4j-cuda-11.4.env.CUDA_PATH=${user.home}/.kompile/cuda-11.4
cuda-11.4.nd4j-cuda-11.4.env.CUDNN_ROOT_DIR=${user.home}/.kompile/cuda-11.4
cuda-11.4.nd4j-cuda-11.4.env.PATH=${env.PATH}:${user.home}/.kompile/cuda-11.4/bin
cuda-11.4.rhel.backends=nd4j-cuda-11.4