From f649916ec7291a4f16f3389155c99d02bb60046e Mon Sep 17 00:00:00 2001 From: cardosofede Date: Fri, 12 Apr 2024 20:37:53 -0300 Subject: [PATCH] (feat) refactor environment --- Dockerfile | 7 ------- environment_conda.yml | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 865eb80..d117555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,18 +39,11 @@ ENV COMMIT_SHA=${COMMIT} ENV COMMIT_BRANCH=${BRANCH} ENV BUILD_DATE=${DATE} -ENV INSTALLATION_TYPE=docker - # Install system dependencies RUN apt-get update && \ apt-get install -y curl && \ rm -rf /var/lib/apt/lists/* -# Install Docker CLI -RUN curl -fsSL https://get.docker.com -o get-docker.sh && \ - sh get-docker.sh && \ - rm get-docker.sh - # Create mount points RUN mkdir -p /home/dashboard/data diff --git a/environment_conda.yml b/environment_conda.yml index c66e00c..d31bbbb 100644 --- a/environment_conda.yml +++ b/environment_conda.yml @@ -11,6 +11,7 @@ dependencies: - hummingbot - streamlit - watchdog + - python-dotenv - plotly - pycoingecko - glom