boostcampaitech4lv23nlp1 / final-project-level3-nlp-07

final-project-level2-nlp-07 created by GitHub Classroom
4 stars 5 forks source link

원격 서버에서 streamlit 실행 오류 #20

Closed dataKim1201 closed 1 year ago

dataKim1201 commented 1 year ago

🐛 Bug Report

OSError: [Errno 28] inotify watch limit reached

🔬 How To Reproduce

Steps to reproduce the behavior:

  1. bash git pull
  2. bash conda activate [YOUR ENV]
  3. bash git checkout feature/layout 4.bash cd input/final-project-level3-nlp-07/app/
  4. bash python3 -m streamlit run app.py --server.port [YOUR PORT]

Environment

📎 Additional context

https://imomelet.tistory.com/230 해당 링크에서 설명해 주셔서 실행해봐도 같은 에러가 뜬다.

dataKim1201 commented 1 year ago

해결 쓰껄 python3 -m streamlit run app.py --server.port 30001 --server.fileWatcherType True