Spaces:
Runtime error
Runtime error
Commit
·
de1e169
1
Parent(s):
2d8548c
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
-
FROM python:3.
|
5 |
|
6 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
7 |
|
@@ -15,7 +15,7 @@ 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
|
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
+
FROM python:3.9
|
5 |
|
6 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
7 |
|
|
|
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
|