Spaces:
Runtime error
Runtime error
ghbGC
commited on
Commit
·
abbf662
1
Parent(s):
256524e
update
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -42,8 +42,7 @@ COPY . /app
|
|
42 |
# 暴露端口
|
43 |
EXPOSE 8501
|
44 |
|
45 |
-
|
46 |
-
SHELL ["conda", "run", "-n", "lagent", "/bin/bash", "-c"]
|
47 |
|
48 |
# 运行命令
|
49 |
CMD ["streamlit", "run", "app.py"]
|
|
|
42 |
# 暴露端口
|
43 |
EXPOSE 8501
|
44 |
|
45 |
+
RUN which streamlit
|
|
|
46 |
|
47 |
# 运行命令
|
48 |
CMD ["streamlit", "run", "app.py"]
|