Spaces:
Sleeping
Sleeping
msmhmorsi
commited on
Commit
·
3ca2be5
1
Parent(s):
d24e4b0
dockerfile fix
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -9,8 +9,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 9 |
# Install system dependencies for OpenCV
|
| 10 |
RUN apt-get update && apt-get install -y \
|
| 11 |
libgl1-mesa-glx \
|
| 12 |
-
&& apt-get clean
|
| 13 |
-
&& rm -rf /var/lib/apt/lists/*
|
| 14 |
|
| 15 |
# Set the working directory in the container
|
| 16 |
WORKDIR /app
|
|
|
|
| 9 |
# Install system dependencies for OpenCV
|
| 10 |
RUN apt-get update && apt-get install -y \
|
| 11 |
libgl1-mesa-glx \
|
| 12 |
+
&& apt-get clean
|
|
|
|
| 13 |
|
| 14 |
# Set the working directory in the container
|
| 15 |
WORKDIR /app
|