FEAT: NEW GRAPH MODULE

This commit is contained in:
Anmol
2020-07-30 19:58:37 +05:30
parent 42f0f47588
commit 2e8255529b

View File

@@ -7,6 +7,6 @@ ADD loc.py /loc.py
ADD make_bar_graph.py /make_bar_graph.py
ADD colors.json /colors.json
RUN pip install -r requirements.txt
RUN npm install -g vega-lite vega-cli canvas
RUN npm install vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"]