stable-diffusion-webui docker 설치
stable-diffusion-webui docker 설치먼저 docker를 설치해야 한다. docker 설치도커의 자동 설치 스크립트 사용 1sudo wget -qO- http://get.docker.com/ | sh 우분투 직접 설치 123sudo apt-get ...
Read more
Please make sure you have the correct access rights and the repository exists
Please make sure you have the correct access rights and the repository exists 에러1234567ERROR: Repository not found.fatal: Could not read from remote r ...
Read more
PEP 405 – Python Virtual Environments
Python Virtual EnvironmentsAbstract이 PEP는 자체 사이트 디렉토리가 있는 경량 “가상 환경”을 위한 메커니즘을 Python에 추가하고 선택적으로 시스템 사이트 디렉토리에서 격리할 것을 제안합니다.각 가상 환경에는 고유한 Python 바이너 ...
Read more
stable-diffusion-webui 우분투에 설치
stable-diffusion-webui 우분투에 설치12345sudo apt install git python3.10-venv -ygit clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && ...
Read more
우분투에 CUDA 12.3 설치
우분투에 CUDA 12.3 설치GPU가 있는지 확인1lspci | grep -i nvidia 기존의 설치된것 삭제1234567sudo apt purge nvidia* -ysudo apt remove nvidia* -ysudo rm /etc/apt/sources.lis ...
Read more
getting started with conda
getting started with condaConda는 Windows용 Anaconda Prompt나 macOS 또는 Linux용 터미널 창에서 명령줄 명령과 함께 사용하는 강력한 패키지 관리자이자 환경 관리자입니다. Conda 시작을 위한 이 20분 가이드를 통해 ...
Read more
리눅스에서 gpu 사용량 모니터링 툴
리눅스에서 gpu 사용량 모니터링nvidia-smi1watch -n 1 nvidia-smi nvitop123pip3 install --upgrade nvitopnvitop 참조 nvitop gpustat
Read more
스타트업 지분
스타트업 지분관련 유튜브 링크들 모음 참조 스톡옵션 10% 좋은 제안인걸까? 전 실리콘밸리 기술이사가 말하는 회사 지분 vs 봉급
Read more
테라폼 커멘드
테라폼 커멘드설치12brew tap hashicorp/tapbrew install hashicorp/tap/terraform 업데이트12brew updatebrew upgrade hashicorp/tap/terraform 자동완성 설치12touch ~/.zshrcte ...
Read more
mybatis 멀티 모듈 셋팅시 Invalid bound statement (not found) 오류
mybatis 멀티 모듈 셋팅시 Invalid bound statement (not found) 오류gradle 멀티 모듈을 셋팅하고 slice test로 mybatis 모듈이 정상적으로 기동이 되는데여러 모듈에 mybatis xml이 나눠줘있고 root 프로젝트에서 ...
Read more