Files
SpeckleHackathon-ImgToPoint…/server/Makefile
T
2021-09-24 23:31:08 +03:00

11 lines
245 B
Makefile

build:
docker build -t i2pc .
run:
docker run -it --rm --net=host \
-v /w/speckle/DenseDepth:/app \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=:0 \
i2pc bash
# docker run -it --rm -v /w/speckle/DenseDepth:/app --gpus all i2pc bash