kokleong9406

Results 8 comments of kokleong9406

Hi @michael-kotliar Thank you for your reply. I see that I do not have "def append_cwl_log(content)" in report.py nor any of the files. The current version of CWL-Airflow I am...

Hi @mmm2006, are you able to make it a web app? I am also trying to do similar thing

Hi @michael-kotliar [Updated my 1st comment to reflect the latest error I'm getting] Yes, Docker has read/write access to the /cwl_airflow directory. And yes, the destination directory does exist, with...

By the way, I forgot to mention that, I actually ran the cwl-airflow in a docker container, namely "**webserver**". I am able to run any workflows successfully, except when there...

Yes, I included "/var/run/docker.sock:/var/run/docker.sock" in the docker-compose file. Also, I managed to make it run successfully. What I did was modifying the lines in [https://github.com/common-workflow-language/cwltool/blob/main/cwltool/docker.py](url), specifically: ``` @staticmethod def append_volume(...

Thanks for the suggestion. Okay, `modprobe configsfs` produces below output: ``` admin@SERC-S1:~$ modprobe configfs modprobe: FATAL: Module configfs not found in directory /lib/modules/5.4.65-1-pve ```

Thanks for the info. I was just testing sysbox installation in one of my ubuntu server (in the problem statement highlighted in this open issue) which does not work. And...

The sysbox installation that is successful in my other Ubuntu, the installation succeeded without any warnings. After installation, my `/etc/docker/daemon.json` looks like below: Lets call this **Config 1** ``` {...