Merge pull request #168 from deadshot674gam/patch-1

Vega-lite dependencies added
This commit is contained in:
Anmol Pratap Singh
2021-03-05 08:32:17 +05:30
committed by GitHub

View File

@@ -13,6 +13,8 @@ ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
RUN npm -g config set user root
RUN npm install -g vega@^5.19.1
RUN npm install -g vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"]