Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 && \
|