Runtime: Python 3.0
Build Command
pip install -r requirements.txt && apt --assume-yes install curl && curl -o driver.zip https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chromedriver-linux64.zip && apt --assume-yes install unzip && unzip driver.zip -d driver && echo 'export PATH=$PATH:$(pwd)/driver/chromedriver-linux64/' >> ~/.bash_profile && source source ~/.bash_profile && chromedriver --version && echo "Done!!"
I'm using the selenium to scrape a website and I want the chromium driver for it to work, but I can't get to install it, because curl is not there, apt-get/apt is not there to install curl.
I know that these build are inside Docker, but can u help me get a way around or find the docker specification for these builds.
That runtime is alpine based so you would need to use apk. besides that, you'll need to make sure whatever is installed in the runtime container
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.