Skip to content

Commit

Permalink
Update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergam0t committed Sep 24, 2024
1 parent 99cd659 commit 50a7d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"updateContentCommand": "[ -f packages.txt ] && sudo apt update && sudo apt upgrade -y && sudo xargs apt install -y <packages.txt; [ -f environment/requirements.txt ] && pip3 install --user -r environment/requirements.txt; pip3 install --user streamlit; echo '✅ Packages installed and Requirements met'",
"postAttachCommand": {
"server": "streamlit run example_code/input_demo_simple_calculator_v1.py --server.enableCORS false --server.enableXsrfProtection false"
"server": "streamlit run example_code/basic_user_input_example.py --server.enableCORS false --server.enableXsrfProtection false"
},
"portsAttributes": {
"8501": {
Expand Down

0 comments on commit 50a7d52

Please sign in to comment.