bashrc: debian command change image

This commit is contained in:
Jaewook Lee
2024-08-10 06:52:55 +09:00
parent 9e5e4da584
commit 29aa690274

View File

@@ -15,7 +15,7 @@ log() {
}
alias i="sudo apt-get install -y"
alias debian="docker run -it --rm --gpus all python bash"
alias debian="docker run -it --rm --gpus all python:3.12 bash"
alias download="huggingface-cli download"
alias journal="sudo journalctl -u"
alias make="make -j"