cxeep commited on
Commit
d10d399
·
verified ·
1 Parent(s): 0fedaf1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
4
 
5
  # Install system dependencies
6
  RUN apt-get update && \
7
- apt-get install -y libopencv-dev cmake build-essential python3 python3-pip && \
8
  rm -rf /var/lib/apt/lists/*
9
 
10
  # Set up a new user named "user" with user ID 1000 and create the necessary directories
 
4
 
5
  # Install system dependencies
6
  RUN apt-get update && \
7
+ apt-get install -y libopencv-dev git cmake build-essential python3 python3-pip && \
8
  rm -rf /var/lib/apt/lists/*
9
 
10
  # Set up a new user named "user" with user ID 1000 and create the necessary directories