From 1fd1fa58ad6a9fa09999f55a390141107570a757 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 12 Aug 2024 17:56:15 -0700 Subject: [PATCH] deprecate streamlit ui image in the docker compose file (#700) --- docker-compose.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 98948277..bb3b5222 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 -