FEAT: NEW GRAPH MODULE

This commit is contained in:
Anmol
2020-07-30 19:52:14 +05:30
parent 100a99502e
commit 42f0f47588
2 changed files with 2 additions and 2 deletions

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 vega-lite vega-cli canvas
RUN npm install -g vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"]