mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2026-06-03 21:00:26 +00:00
hopefully fix #78
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user