Skip to content

Commit 99aed5b

Browse files
committed
ssl fixes to workstation setup script
1 parent 5d82878 commit 99aed5b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docker/totalsegmentator/streamlit/pages/2_🪄_Autocontour.py renamed to docker/totalsegmentator/streamlit/pages/2_🔮_Autocontour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from totalsegmentator.python_api import totalsegmentator
44
import datetime
55

6-
st.set_page_config(page_title="Run TotalSegmentator", page_icon="🪄")
6+
st.set_page_config(page_title="Run TotalSegmentator", page_icon="🔮")
77

88
st.markdown("# Run TotalSegmentator")
99
st.sidebar.header("Run TotalSegmentator")

docker/workstation-base/setup/setup/setup.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# General
44
sudo chown -R abc ~/
55

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+
612
# Themes
713
dconf write /org/mate/desktop/interface/gtk-theme "'Yaru-dark'"
814
dconf write /org/mate/desktop/background/picture-filename "'/setup/wallpaper.jpg'"
@@ -35,6 +41,7 @@ code --install-extension wayou.vscode-todo-highlight
3541
code --install-extension vscode-icons-team.vscode-icons
3642
code --install-extension grapecity.gc-excelviewer
3743
code --install-extension oderwat.indent-rainbow
44+
wget -qO- https://raw.githubusercontent.com/harry-cpp/code-nautilus/master/install.sh | bash
3845

3946
echo -e "\n\n*****************************************"
4047
read -p "Setup Script Completed. Press enter to exit."
-159 KB
Loading

0 commit comments

Comments
 (0)