shoomow
Explore posts from serversException when importing Python's CV2 lib
INIT_SCRIPT seems to be simple for ee. "pass it as env variable" - pass where? I don't know.
So I tried the dockerfile way. I created a Dockerfile with following contents:
Then I changed docker-compose file like so:
Then I recieved an Exception when trying to run
docker compose up -d
16 replies
Exception when importing Python's CV2 lib
would it be too presumptuous of me to ask you to share a sanitized version of the Dockerfile you use in this process?
I'm fairly new to Docker, and sometimes it's hard to wrap my mind around these things
16 replies
Using invisible `drawer`
Ok, so I'm gonna tell you what I managed to do with that advice, and I would like you to tell me exactly how wrong I got it.
1. I added inline script for the button with the following code:
(pardon Python, I don't speak JS very well)
2. I connected the
tool_index
input to the index of the list item by setting it to iter.index
3. Inside the drawer, I have a text component that is supposed to render date:
Where bg_1
refers to the runnable that fuels the list, c
is the button which state holds tool_index
16 replies