cxeep commited on
Commit
4074243
·
verified ·
1 Parent(s): 1f0cc8f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # Use an official Ubuntu base image
2
  FROM ubuntu:latest
3
 
 
 
4
  # Install system dependencies
5
  RUN apt-get update && \
6
  apt-get install -y libopencv-dev git cmake build-essential && \
 
1
  # Use an official Ubuntu base image
2
  FROM ubuntu:latest
3
 
4
+ ENV DEBIAN_FRONTEND=noninteractive
5
+
6
  # Install system dependencies
7
  RUN apt-get update && \
8
  apt-get install -y libopencv-dev git cmake build-essential && \