ghbGC commited on
Commit
8812c11
1 Parent(s): abbf662
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -45,4 +45,5 @@ EXPOSE 8501
45
  RUN which streamlit
46
 
47
  # 杩愯鍛戒护
48
- CMD ["streamlit", "run", "app.py"]
 
 
45
  RUN which streamlit
46
 
47
  # 杩愯鍛戒护
48
+ # CMD ["streamlit", "run", "app.py"]
49
+ CMD ["/bin/bash", "-c", "conda activate lagent && streamlit run app.py"]