chromium installation

lplpqqHOBBY

a year ago

so basically im using dataframe_image library in python which converts pandas dataframe to an .png image. but it requires chromium for conversion and how am i supposed to install it on the server?

0 Replies

lplpqqHOBBY

a year ago

7e6798b4-612a-4ee5-bc3f-5f8d7d127a4c


a year ago

you could use playwright to install chromium?
they provide a simple command to do it:

playwright install --with-deps chromium

lplpqqHOBBY

a year ago

where should i put that?


a year ago

you could get this command ran during build by providing a nixpacks.toml file like this one

[phases.chromium]
  dependsOn = ['install']
  cmds = ['playwright install --with-deps chromium']

lplpqqHOBBY

a year ago

ok, thanks, ill give it a try


lplpqqHOBBY

a year ago



lplpqqHOBBY

a year ago

dataframe_image uses it somehow to convert pandas to image


lplpqqHOBBY

a year ago

and it works great on my local machine


a year ago

yeah but running chrome is going to increase your costs, surely you've seen the chrome eats ram memes


lplpqqHOBBY

a year ago

so you suppose that this thing would be enough?


a year ago

can't hurt to try


lplpqqHOBBY

a year ago

0.235 /bin/bash: line 1: playwright: command not found


a year ago

playwright is a python package, thus you would need to specify it in your requirements.txt file


lplpqqHOBBY

a year ago

aight


lplpqqHOBBY

a year ago

same thing


lplpqqHOBBY

a year ago


a year ago

build logs please


lplpqqHOBBY

a year ago

what is it for?


lplpqqHOBBY

a year ago

i mean, i dont get the guide


lplpqqHOBBY

a year ago


lplpqqHOBBY

a year ago

?


lplpqqHOBBY

a year ago

why did my app stop showing any logs


lplpqqHOBBY

a year ago

man, so how am i suppposed to install chromium, could you help me please


lplpqqHOBBY

a year ago

im ready to provide anything


lplpqqHOBBY

a year ago


lplpqqHOBBY

a year ago

here is the log


a year ago

this is community support, and on top of that, it's the weekend, please be patient


chromium installation - Railway Help Station