Adarsh TS
Adarsh TS
The flag `--rm` automatically remove the container when it exits. Remove this flag for your need. Refer docker run documentation [here](https://docs.docker.com/engine/reference/commandline/run/)
Was the container removed? Did you check `docker ps -a`?
> the container is there but dead: > > ``` > affa5af674bf tsl0922/ttyd "/usr/bin/tini -- tt…" 13 seconds ago Exited (139) 2 seconds ago hardcore_sammet > ``` > Yes, you...
One more try. Are you running `docker ps -a` after quitting `ttyd`? If yes, try running it in another shell or run ttyd in background. To run process in background,...
@jatk111 Are you running Linux OS?
I am super excited to see this. I was really hoping to see this project level up soon. **Critical Maintanence** puts a clear picture of what one should work on...
@PSNAppz, I am proposing a Reddit bot. The bot comments a custom message on posts containing specific keywords. User can set a list of keywords to look out for. The...
I have a similar error showing up when I try to `apt upgrade`. I am using the `dustynv/ros:foxy-ros-base-l4t-r35.1.0` image. Purging the `opencv` does not seem to be the best option....
That should solve the problem. Thank you @dusty-nv for the help.
Hi @fettahyildizz. I did not try doing it that way. You could try working by pulling this image (note the **tag**): ```docker pull tsadarsh/jetson:nano``` This image uses the CUDA cores...