mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-17 07:26:48 +00:00
hopefully fix #78
This commit is contained in:
parent
9d510fc104
commit
4f7aff9db2
@ -7,6 +7,8 @@ RUN pip install --user -r requirements.txt
|
|||||||
|
|
||||||
FROM python:3.9-slim
|
FROM python:3.9-slim
|
||||||
|
|
||||||
|
ENV MPLBACKEND=Agg
|
||||||
|
|
||||||
COPY --from=builder /root/.local /root/.local
|
COPY --from=builder /root/.local /root/.local
|
||||||
RUN pip install --no-cache-dir black
|
RUN pip install --no-cache-dir black
|
||||||
|
|
||||||
|
@ -7,6 +7,8 @@ RUN pip install --user -r requirements.txt
|
|||||||
|
|
||||||
FROM python:3.9-slim
|
FROM python:3.9-slim
|
||||||
|
|
||||||
|
ENV MPLBACKEND=Agg
|
||||||
|
|
||||||
COPY --from=builder /root/.local /root/.local
|
COPY --from=builder /root/.local /root/.local
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user