We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece9667 commit 7c8d634Copy full SHA for 7c8d634
initsmnb/install-cli.sh
@@ -13,6 +13,7 @@ sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/cyqsi
13
#sudo yum update -y # Disable. It's slow to update 100+ SageMaker-provided packages.
14
sudo yum install -y htop tree fio dstat dos2unix tig ncdu ripgrep bat git-delta inxi mediainfo git-lfs nvme-cli aria2
15
echo "alias ncdu='ncdu --color dark'" | sudo tee /etc/profile.d/initsmnb-cli.sh
16
+echo 'export DSTAT_OPTS="-cdngym"' | sudo tee -a /etc/profile.d/initsmnb-cli.sh
17
18
# This nbdime is broken. It crashes with ModuleNotFoundError: jsonschema.protocols.
19
rm ~/anaconda3/bin/nb{diff,diff-web,dime,merge,merge-web,show} ~/anaconda3/bin/git-nb* || true
0 commit comments