From 29aa6902743b2ced3ede1b8311e551ce55e86ab3 Mon Sep 17 00:00:00 2001 From: Jaewook Lee <11328376+jaewooklee93@users.noreply.github.com> Date: Sat, 10 Aug 2024 06:52:55 +0900 Subject: [PATCH] bashrc: debian command change image --- linux-bash/bash_aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-bash/bash_aliases.sh b/linux-bash/bash_aliases.sh index 634a09f..89207da 100644 --- a/linux-bash/bash_aliases.sh +++ b/linux-bash/bash_aliases.sh @@ -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"