Haseeb Raja
Haseeb Raja
@w8128835 Hi, sorry for the late reply. I had to dig into ky old logs to find something. Is this [issue](https://github.com/tum-vision/tandem/issues/29) similar to yours?
Also you can pull image and try from the link below. https://hub.docker.com/repository/docker/pytholic/tumtandem/general
@w8128835 Sorry for the late reply. I created the docker for my personal use, and then thought it might be useful for other people as well. I created PR but...
@nirmalsnair Hi, can you take a look at instructions here: https://github.com/pytholic/tandem/blob/master/docker/README.md
@nirmalsnair I think instead of ssh, you can use docker exec with -it flag to attach to the running container.
@nirmalsnair or you can add -it flag to your docker run command.
@nirmalsnair try following docker run -it --rm \ --name tandem \ --ipc=host \ --gpus all \ --privileged \ -p 3751:22 \ -v /tmp/.X11-unix:/tmp/.X11-unix:rw \
@nirmalsnair you can modify run-docker-container.bash file and add -it flag there.