This commit is contained in:
parent
837869065f
commit
659c2c90fa
@ -11,7 +11,7 @@ ENV CHARTDIR /chart
|
|||||||
ENV TEXTDIR /text
|
ENV TEXTDIR /text
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip3 install --no-cache-dir -r requirements.txt && rm requirements.txt
|
RUN apt update && apt install -y python3-matplotlib && apt clean && pip3 install --no-cache-dir sentry_sdk
|
||||||
|
|
||||||
COPY make_graphs.py .
|
COPY make_graphs.py .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user