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