Joo
Explore posts from serversHello World taking 30 seconds + to run
Honestly baffled as to how this is possible. I'm running an ubuntu docker container locally on my m1 mac. I am installing dotnet in my dockerfile with the dotnet-install script like so:
When I go to run hello world, I copy the hello world c# file into the project and run it like so:
It may be worth noting that because I'm using jupyterhub to spin up docker containers on demand, the first time I try to run the hello world I get a whole "welcome to C#" spiel and it takes over a minute. However, on all subsequent runs (with the docker container ready) it doesn't do that but it still takes usually around 30-40 seconds at least.
Am I missing something? How on earth could it be this slow?
40 replies