bashrc: debian command change image
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user