This commit is contained in:
Cryptoval Trading Technologies 2025-05-21 16:33:06 +00:00
parent f8111517da
commit 0a64286263

View File

@ -71,8 +71,8 @@ run_eqt_checklist() {
done done
Commands["cloud21:sim"]="ssh cvtt@cloud21.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/sim | tail -5" Commands["cloud21:sim"]="ssh cvtt@cloud21.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/sim | tail -5"
Commands["gpushnik-eqt"]="ssh oleg@gpushnik.cvtt.vpn 'ls -l /opt/jupyter_gpu/data/eqty_md | tail -10'" Commands["gpushnik-eqt"]="ssh cvtt@gpushnik.cvtt.vpn 'ls -l /works/data/eqty_md | tail -10'"
Commands["cvtt-dev-server"]="ssh oleg@gpushnik.cvtt.vpn 'ls -l /opt/jupyter_gpu/data/eqty_md | tail -10'" Commands["cvtt-dev-server"]="ssh cvtt@cvtt-dev-server.cvtt.vpn 'ls -l /works/data/equity/* | tail -10'"
for name in $(printf "%s\n" "${!Commands[@]}" | sort); do for name in $(printf "%s\n" "${!Commands[@]}" | sort); do