From 34f6ce5d1986eb6fa87d04e2395ad0e465ddef48 Mon Sep 17 00:00:00 2001 From: KleinYuan Date: Mon, 6 Feb 2023 16:49:34 -0800 Subject: [PATCH] format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53c9577..3d315a8 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ build-image: docker build -t=deeppreid:v0 . run: - nvidia-docker run -v ${PWD}:/home/appuser --name=deeppreid --net=host --ipc=host -it deeppreid:v0 \ No newline at end of file + nvidia-docker run -v ${PWD}:/home/appuser --name=deeppreid --net=host --ipc=host -it deeppreid:v0