Mehadi Hasan Menon

Results 16 comments of Mehadi Hasan Menon

Hello @JoeriHermans , Thanks for you quick replay. I just add an import statement `from pyspark.sql import SparkSession` in mnist.py and changing the master address. nothing more then that. you...

@cuhkebook, is not timesteps is variable (None, None, fc_size) length

@timbmg I'm getting this error `ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 2700)` when running the bellow code. Is there anything I'm messing with? Thanks ```python from testcontainers.core.container import DockerContainer...

@timbmg Build a docker image using [Dockerfile.kaldi-en-in](https://github.com/alphacep/vosk-server/blob/master/docker/Dockerfile.kaldi-en-in file and replace "my-image" with my local docker image name

@timbmg I also try with `DockerCompose()` and it has the same issue. You can regenerate the issue as follows, Project structure ```sh simpleWS/ ├── docker-compose.yml ├── Dockerfile ├── server.py └──...

@timbmg Still facing the issue, does it support `async`? Can't test the below code under context manager ```python async def hello(): async with websockets.connect("ws://127.0.0.1:2700") as websocket: await websocket.send("Hello world!") print(await...

@timbmg I use this docker image [https://hub.docker.com/repository/docker/menon92/simple_ws](https://hub.docker.com/repository/docker/menon92/simple_ws) and run this docker container using, ```sh docker run -it --net host menon92/simple_ws ``` Now I can run the bellow code without any...

@timbmg Adding explicit delay solves the issue, Here is an example that solves this issue. Is there any other way to address this problem? ```python with DockerContainer(image="menon92/simple_ws", network_mode='host') as container:...

@a5hraf I'm also facing the same issue in Ubuntu 20.04. Do you find any solution regarding this?

It's occurring randomly. Here is an example ![Peek 2023-03-08 09-28](https://user-images.githubusercontent.com/11752205/223612306-c8a7c17e-c9e5-4339-992b-ceab8649e752.gif)