From fcf6347d7568782a76d7ac8da4e0128731e121fb Mon Sep 17 00:00:00 2001
From: iggotsul <igorgotsu@gmail.com>
Date: Fri, 11 Feb 2022 19:41:26 +0200
Subject: [PATCH] add echo

---
 apt.txt | 1 +
 run.sh  | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/apt.txt b/apt.txt
index 84e8dd8..5a134b4 100644
--- a/apt.txt
+++ b/apt.txt
@@ -8,3 +8,4 @@ libgl1-mesa-glx
 libglib2.0-0
 git
 jupyter-notebook
+tree
diff --git a/run.sh b/run.sh
index 3a6de3e..8adc369 100755
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,6 @@
 #!/bin/bash
 python predict.py --cfg ./configs/solo.py --model ./models/epoch_20.pth
 
+echo `tree /home`
+echo -e "\n" `export`
+
-- 
GitLab