Spaces:
Runtime error
Runtime error
Commit
·
dd77428
1
Parent(s):
aeb70cd
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -13,7 +13,9 @@ COPY ./requirements.txt /code/requirements.txt
|
|
13 |
|
14 |
RUN pip install --upgrade pip
|
15 |
|
16 |
-
RUN pip install --no-cache-dir -r /code/requirements.txt
|
|
|
|
|
17 |
|
18 |
# Set up a new user named "user" with user ID 1000
|
19 |
RUN useradd -m -u 1000 user
|
|
|
13 |
|
14 |
RUN pip install --upgrade pip
|
15 |
|
16 |
+
RUN pip install --no-cache-dir -r /code/requirements.txt
|
17 |
+
|
18 |
+
RUN pip install gradio_client==0.2.7 --no-dependencies
|
19 |
|
20 |
# Set up a new user named "user" with user ID 1000
|
21 |
RUN useradd -m -u 1000 user
|