Recent posts

GitLab runner

less than 1 minute read

bitbucket ์šฉ์œผ๋กœ ssh๋ฅผ ํ•˜๋‚˜๋งŒ ์“ฐ๋‹ค๊ฐ€

GitLab runner

less than 1 minute read

Git lab runner๋กœ ์ด์ฃผ ์‹œ์ž‘

Pytorch IterableDataset

less than 1 minute read

https://inmoonlight.github.io/2021/02/21/PyTorch-IterableDataset/

python concurrent futures

less than 1 minute read

```py import time data = [] start = time.time() from concurrent.futures import ThreadPoolExecutor import concurrent.futures

vscode jupyter kernel

less than 1 minute read

python -m ipykernel install --user --name AI_hub_pre --display-name AI_hub_kernel

Python underbar underscore naminig

less than 1 minute read

4-1. ์–ธ๋”๋ฐ”๊ฐ€ ์•ž์— ํ•˜๋‚˜ ๋ถ™์€ ๊ฒฝ์šฐ (ex: _variable) ์ด ๊ฒฝ์šฐ๋Š” ๋ชจ๋“ˆ ๋‚ด์—์„œ๋งŒ ํ•ด๋‹น ๋ณ€์ˆ˜/ํ•จ์ˆ˜๋ฅผ ์‚ฌ์šฉํ•˜๊ฒ ๋‹ค๋Š” ์˜๋ฏธ์ž…๋‹ˆ๋‹ค.(private) ํŠนํžˆ ํ˜‘์—…์„ ํ•  ๋•Œ ๋‹ค๋ฅธ ํŒ€์›์—๊ฒŒ โ€˜์ด ๋ณ€์ˆ˜/ํ•จ์ˆ˜๋Š” ์ด ๋ชจ๋“ˆ ๋‚ด๋ถ€์—์„œ๋งŒ ์‚ฌ์šฉํ•  ๊ฑฐ๋‹คโ€™๋ผ๊ณ  ๋ช…์‹œ์ ์œผ๋กœ ํžŒํŠธ๋ฅผ ์ค„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

Runners and ci-cd

less than 1 minute read

https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners

Bitbucket Pipeline

less than 1 minute read

SSH key trouble shooting โ€“build-arg ssh_prv_key=โ€$(cat ~/.ssh/id_rsa)โ€ stargan

urllib parse unquote

less than 1 minute read

urllib.parse.unquote(string, encoding=โ€™utf-8โ€™, errors=โ€™replaceโ€™) Replace %xx escapes with their single-character equivalent. The optional encoding and err...

Git checkout submodule

less than 1 minute read

๋‹ค๋ฅธ branch๋กœ checkout ํ• ๋•Œ submodule ์ด ์—†์„ ๊ฒฝ์šฐ submodule init์„ ํ•ด์ฃผ๊ณ  update โ€“recursive๋ฅผ ํ•ด์ค˜์•ผ ํ•จ.

Git checkout from commit

less than 1 minute read

ํŠน์ • commit์œผ๋กœ ๋ถ€ํ„ฐ ์ƒˆ๋กœ์šด ๋ธŒ๋žœ์น˜๋ฅผ checkout ํ•˜๋Š” cmd

Docker Registry

less than 1 minute read

https://www.44bits.io/ko/post/running-docker-registry-and-using-s3-storage

Docker Redis

less than 1 minute read

Redis with Docker get redis image from docker hub Docker image pull redis redis-cli์™€ ๊ฐ™์ด ๊ตฌ๋™ํ•ด์•ผ ๋จ. ๋‘ ์ปจํ…Œ์ด๋„ˆ๋ฅผ ์—ฐ๊ฒฐ...

Bitbucket Pipeline runners

less than 1 minute read

create pipeline write bitbucket-pipelines.yml commit pipelines.yml file run docker at local (test runners in local env) ...

Git Stash

less than 1 minute read

git stash

Git Credential

less than 1 minute read

git credential๋กœ ์•”ํ˜ธํ‚ค ๋งค๋ฒˆ ์ž…๋ ฅ์•ˆํ•ด๋„ ์ˆจ๊ธด์ƒํƒœ์—์„œ git clone ๊ฐ€๋Šฅํ•˜๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋‹ค.