Heanh Sok
Heanh Sok
> It seems like some of our tests are not intended to run outside the root directory. Maybe something like this will solve that and make things more explicit. WDYT?...
Assigning to @sandeepthalapanane as he has been working on the scripts to synchronize the GH issue labels Feel free to post your plan or clarification questions here
This is done with the demo and docs sent to the team.
> 12:02:00 - INFO hdbg.py init_logger:1018 > cmd='/venv/bin/invoke print_env' > 12:02:00 - WARN hserver.py _raise_invalid_host:777 Don't recognize host: host_os_name=Linux, am_host_os_name=None > [sudo] password for ubuntu: > sudo: a password is...
Can u share your `devops/compose/tmp.docker-compose.yml` as well? I suspect this var `CSFY_ENABLE_DIND` is set to 0
> CSFY_ENABLE_DIND is set to 0. It makes sense. I think this is where the problem is. Could you try adding another clause here to allow external dev to use...
`causify/helpers:dev` is correct because you're not running linter. Wierd is thing is that it should not ask for pw. Also not sure why this is the same? ``` ##> devops/docker_run/entrypoint.sh...
Oh wait i think the dind is still not set up from your above log. There should be this `set_up_docker_in_docker` step in the log. Can you trace back to variable...
What happen when u were running that command on your host? does it ask for pw? ```bash sudo echo '{ "storage-driver": "vfs" }' | sudo tee -a /etc/docker/daemon.json ```
I see. ATM i'm not sure what's causing it yet. I have been using in on my mac and Linux on the server with no issue. I'll try to run...