You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks again for releasing the Dockerfile for code-server and PyTorch. I was trying to customize it for my own use case however I stumbled upon a problem. Before I begin, I must say that using your prebuilt image ghcr.io/works-on-my-machine/pytorch-code-server:1.9.1 works perfectly fine. It's just that when I build the docker file in this repo on my end and launch it, the connection keeps on dropping.
I am running on the image on a Linux machine which otherwise never had any problem with ssh. I tested both by port-forwarding it to my local machine (Mac OS, Chrome) as well as accessing it on the very same machine. In both cases, I am getting the same problem. Do you know what can be the problem? Can you share the original docker file you used to build original image?
Thanks!
The text was updated successfully, but these errors were encountered:
I think the issue is related to the latest release v4.0.2 as mentioned here: coder/code-server#4693
I was able to resolve this problem by downgrading to version 3.12.0. I simply set the coder-server version in the docker file to 3.12.0 and it started working normally.
Hi,
Thanks again for releasing the Dockerfile for code-server and PyTorch. I was trying to customize it for my own use case however I stumbled upon a problem. Before I begin, I must say that using your prebuilt image

ghcr.io/works-on-my-machine/pytorch-code-server:1.9.1
works perfectly fine. It's just that when I build the docker file in this repo on my end and launch it, the connection keeps on dropping.I am running on the image on a Linux machine which otherwise never had any problem with ssh. I tested both by port-forwarding it to my local machine (Mac OS, Chrome) as well as accessing it on the very same machine. In both cases, I am getting the same problem. Do you know what can be the problem? Can you share the original docker file you used to build original image?
Thanks!
The text was updated successfully, but these errors were encountered: