Skip to content

Commit

Permalink
Remove .env frorm detector images (not critical as there were no cred…
Browse files Browse the repository at this point in the history
…enttials in there)
  • Loading branch information
denniswittich committed Nov 15, 2024
1 parent 352b14e commit 1c2b4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions detector/cloud.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ARG NODE_LIB_VERSION
RUN pip3 install --no-cache-dir "learning_loop_node==${NODE_LIB_VERSION}"

ADD ./ /yolov5_node/detector/
RUN rm -f /yolov5_node/detector/.env
RUN ln -sf /yolov5_node/detector /app

WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions detector/jetson.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ARG NODE_LIB_VERSION
RUN pip3 install --no-cache-dir "learning_loop_node==${NODE_LIB_VERSION}"

ADD ./ /yolov5_node/detector/
RUN rm -f /yolov5_node/detector/.env
RUN ln -sf /yolov5_node/detector /app

WORKDIR /app
Expand Down

0 comments on commit 1c2b4f8

Please sign in to comment.