Spaces:
Runtime error
Runtime error
ghbGC
commited on
Commit
路
5527b0e
1
Parent(s):
8812c11
update
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -45,5 +45,6 @@ EXPOSE 8501
|
|
45 |
RUN which streamlit
|
46 |
|
47 |
# 杩愯鍛戒护
|
48 |
-
|
49 |
-
CMD ["
|
|
|
|
45 |
RUN which streamlit
|
46 |
|
47 |
# 杩愯鍛戒护
|
48 |
+
ENV PATH="/opt/conda/envs/lagent/bin:$PATH"
|
49 |
+
CMD ["streamlit", "run", "app.py"]
|
50 |
+
# CMD ["/bin/bash", "-c", "conda activate lagent && streamlit run app.py"]
|