From 2484c5750095de3232d1be80c6da5c3ede320c60 Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 26 Apr 2024 11:27:17 -0400 Subject: [PATCH] stuff --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 160715c..64d384f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,5 @@ COPY requirements.txt . RUN python3 -m pip install -r requirements.txt COPY jetson_code . -RUN cd jetson_code CMD ["python3", "main.py"]