Przemysław Strzelczak
Przemysław Strzelczak
See https://groups.google.com/forum/#!topic/spray-user/8sX2G8ebGbM
I tried to upload large file >2GB to fakeS3 deployed in docker container launched from https://hub.docker.com/r/lphoward/fake-s3/. Quickly after start the machine started swapping and stopped responding. I am not familiar...
Reproduction steps: ``` $ docker run --rm -it rockylinux:8.9.20231119 bash $ yum install -y python38 $ pip3 install ansible==6.7.0 $ pip3 install mitogen=0.3.7 $ ANSIBLE_STRATEGY_PLUGINS=/usr/local/lib/python3.8/site-packages/ansible_mitogen/plugins/strategy ANSIBLE_STRATEGY=mitogen_linear ansible -i /tmp/hosts.yml localhost...
When running `wait_for_connection` Ansible task with mitogen 0.3.4 on AWS EC2 instance it always times out and produces the following output: ``` │ TASK [wait_for_connection] │ ***************************************************** │ task path:...
### Describe the feature you want to add to this project Many ML libraries (like xgboost, tensorflow, pytorch) publish CPU-only versions not to force users to install heavy GPU support...
### Describe the feature you want to add to this project Currently users of pycaret that want to just run machine learning models are forced to install heavy plotting libraries...