Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Shell
- Audit Log
- centos 7.5
- PostgreSQL
- Linux
- 디렉토리
- bash
- 크롬
- Elasticsearch
- log
- GPU
- yum
- 서울시민카드
- K8S
- rsyslog
- zabbix
- Chrome
- C
- RHEL
- Kubernetes
- audit
- CentOS
- docker
- JSON
- syslog
- Python
- 빅데이터
- GNOME
- 파이썬
- Elk
Archives
- Today
- Total
Sysops Notepad
[Linux] Streamlit 설치 본문
728x90
설치환경 :
- Centos 7
- Centos 8
* python 3 이 설치되어있어야 합니다. python 3 설치 방법 : https://sysops.tistory.com/192
1. 설치방법
# pip3 install streamlit
# firewall-cmd --permanent --add-port 8501/tcp
# firewall-cmd --reload
# tmux new -s StreamlitSession
# streamlit run main.py
2. http://server_ipaddress:8501 접속
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] git 설치 (0) | 2021.11.15 |
---|---|
[Linux] Centos python 3.9.x 버전 설치 (0) | 2021.11.15 |
[Linux] PostgreSQL 13 설치 (0) | 2021.11.15 |
[Linux] 서버 호스트명(hostname) 확인 및 변경 (0) | 2021.11.15 |
nginx response 못 받고 끊어질때 조치 방법 (0) | 2021.11.09 |
Comments