Spaces:
Runtime error
Runtime error
Commit
·
a59aa93
1
Parent(s):
e321eef
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
10 |
COPY . .
|
11 |
|
12 |
RUN mkdir -p $HOME/.cache/huggingface/hub
|
13 |
-
RUN chmod a+rwx -R /.cache/
|
14 |
|
15 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
16 |
ENV GRADIO_SERVER_PORT=7860
|
|
|
10 |
COPY . .
|
11 |
|
12 |
RUN mkdir -p $HOME/.cache/huggingface/hub
|
13 |
+
RUN chmod a+rwx -R $HOME/.cache/
|
14 |
|
15 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
16 |
ENV GRADIO_SERVER_PORT=7860
|