File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
totalsegmentator/streamlit/pages
workstation-base/setup/setup Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
from totalsegmentator .python_api import totalsegmentator
4
4
import datetime
5
5
6
- st .set_page_config (page_title = "Run TotalSegmentator" , page_icon = "🪄 " )
6
+ st .set_page_config (page_title = "Run TotalSegmentator" , page_icon = "🔮 " )
7
7
8
8
st .markdown ("# Run TotalSegmentator" )
9
9
st .sidebar .header ("Run TotalSegmentator" )
Original file line number Diff line number Diff line change 3
3
# General
4
4
sudo chown -R abc ~ /
5
5
6
+ # SSL
7
+ sudo touch /etc/pip.conf
8
+ echo " [global]" | sudo tee -a /etc/pip.conf
9
+ echo " trusted-host = pypi.python.org pypi.org files.pythonhosted.org" | sudo tee -a /etc/pip.conf
10
+ echo " Options = UnsafeLegacyServerConnect" | sudo tee -a /etc/ssl/openssl.cnf
11
+
6
12
# Themes
7
13
dconf write /org/mate/desktop/interface/gtk-theme " 'Yaru-dark'"
8
14
dconf write /org/mate/desktop/background/picture-filename " '/setup/wallpaper.jpg'"
@@ -35,6 +41,7 @@ code --install-extension wayou.vscode-todo-highlight
35
41
code --install-extension vscode-icons-team.vscode-icons
36
42
code --install-extension grapecity.gc-excelviewer
37
43
code --install-extension oderwat.indent-rainbow
44
+ wget -qO- https://raw.githubusercontent.com/harry-cpp/code-nautilus/master/install.sh | bash
38
45
39
46
echo -e " \n\n*****************************************"
40
47
read -p " Setup Script Completed. Press enter to exit."
You can’t perform that action at this time.
0 commit comments