1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-23 22:51:39 +00:00

hopefully fix #78

This commit is contained in:
2021-11-05 23:54:26 -07:00
parent 9d510fc104
commit 4f7aff9db2
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ RUN pip install --user -r requirements.txt
FROM python:3.9-slim
ENV MPLBACKEND=Agg
COPY --from=builder /root/.local /root/.local
RUN pip install --no-cache-dir black