Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
ROS-Kubernetes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Larkin Heintzman
ROS-Kubernetes
Commits
768b2405
Commit
768b2405
authored
May 23, 2022
by
Larkin Heintzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dahknet yolo container
parent
0a65f405
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
DESIGNED_FOR_JETSON_BUILD
docker/yolo/DESIGNED_FOR_JETSON_BUILD
+0
-0
Dockerfile
docker/yolo/Dockerfile
+10
-0
No files found.
docker/yolo/DESIGNED_FOR_JETSON_BUILD
0 → 100644
View file @
768b2405
docker/yolo/Dockerfile
0 → 100755
View file @
768b2405
FROM
nvcr.io/nvidia/l4t-base:r32.4.3
# opencv install
ENV
DEBIAN_FRONTEND="noninteractive"
RUN
apt-get update
&&
\
apt-get
install
-y
opencv-data libopencv-dev
# darknet install
COPY
./darknet /darknet
RUN
cd
/darknet
&&
make
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment