(feat) refactor environment

This commit is contained in:
cardosofede
2024-04-12 20:37:53 -03:00
parent 33a7f78c58
commit f649916ec7
2 changed files with 1 additions and 7 deletions

View File

@@ -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

View File

@@ -11,6 +11,7 @@ dependencies:
- hummingbot
- streamlit
- watchdog
- python-dotenv
- plotly
- pycoingecko
- glom