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
테라폼 커멘드
테라폼 커멘드설치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
실용주의 프로그래머 20주년 기념판 3장
실용주의 프로그래머3장. 기본도구16. 일반 텍스트의 힘일반 텍스트로는 데이터 그자체로 의미가 드러나는 데이터를 만들수 있다.지식을 일반 텍스트로 저장하라 일반텍스트의 장점 지원 중단에 대한 보험 기존 도구의 활용 더 쉬운 테스트17. 셀 가지고 놀기 명령어 셀의 ...
Read more
JEP 425: Virtual Threads (Preview)
JEP 425: Virtual Threads (Preview)SummaryJava 플랫폼에 가상 스레드를 도입합니다.가상 스레드는 처리량이 많은 동시 응용 프로그램을 작성, 유지 관리 및 관찰하는 노력을 크게 줄이는 경량 스레드입니다.이것은 미리보기 API 입니다. G ...
Read more