chloecd
chloecd
hope to help. I modified the docker command like this: docker run -d \ --name postgres \ -e PGDATA=/var/lib/postgresql/data \ -e POSTGRES_USER=skyvern \ -e POSTGRES_PASSWORD=skyvern \ -e POSTGRES_POSTGRES_DB=skyvern \ -e...
> In actual websites, there may be components that appear to be select options but are actually custom implementations of input fields, dropdown lists formed with ul+li or div elements,...
the test website is www.baidu.com, and when the proxy is running, I could access both google and baidu via browser. I'm wondering if set a proxy in the docker
I've tried install smth in Docker without proxy, and it worked. Seems it accesses to the internet well. root@45c115451eb3:/app/skyvern/forge/sdk/routes# apt install curl -y Reading package lists... Done Building dependency tree......
update: I set proxy in Docker and it can access api.openai.com. But when I run the docker, the same issue shows. hmm... must smth wrong with the proxy. No idea...
I set a proxy inside Docker now, then curl google.com and api.openai.com, it works fine. Besides, I tried another script inside Docker,which uses gpt-4o to describe a small pic. It...