Spaces:
Paused
Paused
giorgio-caparvi
commited on
Commit
·
b244646
1
Parent(s):
4b8674c
importing necessary dep for DressHD
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -4,7 +4,6 @@
|
|
4 |
FROM continuumio/miniconda3:latest AS backend
|
5 |
|
6 |
# Install system dependencies for OpenCV
|
7 |
-
USER root # Temporarily switch to root to install system dependencies
|
8 |
RUN apt-get update && apt-get install -y \
|
9 |
libgl1-mesa-glx \
|
10 |
libglib2.0-0 && \
|
|
|
4 |
FROM continuumio/miniconda3:latest AS backend
|
5 |
|
6 |
# Install system dependencies for OpenCV
|
|
|
7 |
RUN apt-get update && apt-get install -y \
|
8 |
libgl1-mesa-glx \
|
9 |
libglib2.0-0 && \
|