Spaces:
Runtime error
Runtime error
ghbGC
commited on
Commit
路
8812c11
1
Parent(s):
abbf662
update
Browse files- 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"]
|