Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN python -m pip install --no-cache-dir -r requirements.txt
|
|
22 |
USER root
|
23 |
|
24 |
RUN mkdir -p /app/.cache/huggingface
|
25 |
-
RUN chmod -R 777 /app
|
26 |
|
27 |
RUN apt-get update && apt-get install -y git
|
28 |
|
|
|
22 |
USER root
|
23 |
|
24 |
RUN mkdir -p /app/.cache/huggingface
|
25 |
+
RUN chmod -R 777 /app
|
26 |
|
27 |
RUN apt-get update && apt-get install -y git
|
28 |
|