Spaces:
Runtime error
Runtime error
Commit
·
28cdd60
1
Parent(s):
54252a6
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -7,11 +7,7 @@ WORKDIR /code
|
|
7 |
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|
10 |
-
RUN pip install --
|
11 |
-
|
12 |
-
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
13 |
-
|
14 |
-
RUN pip install gradio geti-sdk==1.5.* opencv-python>=4.5.0
|
15 |
|
16 |
# Set up a new user named "user" with user ID 1000
|
17 |
RUN useradd -m -u 1000 user
|
|
|
7 |
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|
10 |
+
RUN pip install --no-cache-dir -r /code/requirements.txt
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# Set up a new user named "user" with user ID 1000
|
13 |
RUN useradd -m -u 1000 user
|