deprecate streamlit ui image in the docker compose file (#700)

This commit is contained in:
Shuchang Zheng
2024-08-12 17:56:15 -07:00
committed by GitHub
parent 3f92c50a8f
commit 1fd1fa58ad

View File

@@ -74,19 +74,3 @@ services:
depends_on:
skyvern:
condition: service_healthy
streamlit:
image: public.ecr.aws/skyvern/skyvern:latest
restart: on-failure
ports:
- 8501:8501
volumes:
- ./artifacts:/data/artifacts
- ./videos:/data/videos
- ./har:/data/har
- ./.streamlit:/app/.streamlit
command: ["/bin/bash", "entrypoint-streamlit.sh"]
depends_on:
skyvern:
condition: service_healthy