knoriy / depth_estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

depth_estimation

COOL STUFF HERE PLS!!

Using Docker

Remove all dangling images docker rmi -f $(docker images -q --filter "dangling=true")

Build dockerfile - docker build --rm -t .

Start container with a volume docker run --gpus all -ti --name depth_estimation -p 8888:8888 --rm -v /home/$USER:/home/

Enter existing container docker stop docker start docker exec -it myfirst bash

Open terminal in VSCode container this ctrl + shift + ' or or ~ or @ or #

About


Languages

Language:Jupyter Notebook 98.9%Language:Dockerfile 1.1%