전체 글 (294) 썸네일형 리스트형 [GPU] NVIDIA 드라이버 & CUDA Toolkit 설치하기 / 2023.06.15 GPU를 사용하기 위해서 필요한 것들을 설치해보자! Step 1. NVIDIA 드라이버 설치 1-1. 설치가능한 드라이버 버전 확인 ubuntu-drivers devices 1-2. 드라이버 설치 (470 선택) sudo apt install nvidia-driver-470 1-3. 재부팅 sudo reboot 1-4. 설치한 드라이버 정보 확인 nvidia-smi Step 2. CUDA Toolkit 설치하기 2-1. CUDA Toolkit 선택 https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=runfile_local.. [Kubernetes] local-path-storage 설치하기 / 2023.06.15 rook-ceph storageclass는 설치할 때 무슨 문제가 있는지 pv를 자동으로 생성해주지않아서 수동으로 생성해 주어야했다 따라서 local-path-storage를 설치했다 Step 1. local-path-storage 설치하기 kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml Step 2. default로 설정하기 # local-path-storage를 default 설정 kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kub.. [Kubeflow] 계정(User) 추가하기 / 2023.06.14 Step 1. Profile 생성 먼저, profile yaml 파일을 작성한 후 kubectl apply -f 명령어로 생성하기 apiVersion: kubeflow.org/v1beta1 kind: Profile metadata: name: test # namespace spec: owner: kind: User name: sykang@email.com resourceQuotaSpec: hard: cpu: "6" memory: "16Gi" requests.nvidia.com/gpu: "1" persistentvolumeclaims: "10" requests.storage: "100Gi" profile 확인 kubectl get profile -A Step 2. configmap 수정 kubeflow를 .. [Kubeflow] ERROR [403] poddefaults.kubeflow.org is forbidden / 2023.06.14 Kubeflow dashboard의 tensorboard를 클릭하면 아래와 같은 에러가 발생했다. [403] poddefaults.kubeflow.org is forbidden: User "system:serviceaccount:kubeflow:tensorboards-web-app-service-account" cannot list resource "poddefaults" in API group "kubeflow.org" in the namespace "kubeflow-user-example-com" 해당 오류는 사용자가 해당 리소스에 대한 권한이 없기 때문에 발생하는 것으로 보임!! "tensorboards-web-app-service-account" 사용자가 "kubeflow-user-example-.. 230609 deepDR: a network-based deep learning approach to in silico drug repositioning https://academic.oup.com/bioinformatics/article/35/24/5191/5497253 deepDR: a network-based deep learning approach to in silico drug repositioning AbstractMotivation. Traditional drug discovery and development are often time-consuming and high risk. Repurposing/repositioning of approved drugs offers a rela academic.oup.com Kubeflow 설치하기 (Ubuntu 20.04) / 2023.06.09 Step 1. 설치 환경 갖추기 https://github.com/kubeflow/manifests GitHub - kubeflow/manifests: A repository for Kustomize manifests A repository for Kustomize manifests. Contribute to kubeflow/manifests development by creating an account on GitHub. github.com 위 사이트에 들어가면 사전에 설치해야할 목록이 있다 정리해보면, 쿠버네티스 1.25 버전 (StorageClass 설치), kustomize 5.0.0 버전 버전이 다르면 설치가 되지 않으니 꼭 지킬것!!! 쿠버네티스는 설치했다고 가정하고 다음 step 부터 진행 .. 230530 [Kubernetes] Volume https://www.inflearn.com/course/%EC%BF%A0%EB%B2%84%EB%84%A4%ED%8B%B0%EC%8A%A4-%EA%B8%B0%EC%B4%88/dashboard 대세는 쿠버네티스 [초급~중급] - 인프런 | 강의 쿠버네티스는 앞으로 어플리케이션 배포/운영에 주류가 될 기술 입니다. 이 강좌를 통해 여러분도 대세에 쉽게 편승할 수 있게 됩니다., - 강의 소개 | 인프런 www.inflearn.com ppt는 인프런에서 제공하는 대세는 쿠버네티스 강의를 바탕으로 작성되었습니다 230530 [Kubernetes] Service https://www.inflearn.com/course/%EC%BF%A0%EB%B2%84%EB%84%A4%ED%8B%B0%EC%8A%A4-%EA%B8%B0%EC%B4%88/dashboard 대세는 쿠버네티스 [초급~중급] - 인프런 | 강의 쿠버네티스는 앞으로 어플리케이션 배포/운영에 주류가 될 기술 입니다. 이 강좌를 통해 여러분도 대세에 쉽게 편승할 수 있게 됩니다., - 강의 소개 | 인프런 www.inflearn.com ppt는 인프런에서 제공하는 대세는 쿠버네티스 강의를 바탕으로 작성되었습니다 이전 1 2 3 4 5 6 ··· 37 다음 목록 더보기