Skip to content

Commit

Permalink
remove .env from image
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Nov 13, 2024
1 parent a9421cc commit 43d8ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN apt update && \
WORKDIR /
# fetch trainer code
COPY ./ /yolov5_node/trainer/
RUN rm -f /yolov5_node/trainer/.env


# Install requirements
RUN pip install --upgrade pip
Expand Down

0 comments on commit 43d8ae5

Please sign in to comment.