Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -15,6 +15,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
15 |
|
16 |
COPY src/ ./src/
|
17 |
|
|
|
|
|
18 |
RUN chmod -R 755 /app/src
|
19 |
|
20 |
EXPOSE 8501
|
|
|
15 |
|
16 |
COPY src/ ./src/
|
17 |
|
18 |
+
RUN mkdir -p /app/.cache/huggingface && chmod -R 777 /app/.cache
|
19 |
+
|
20 |
RUN chmod -R 755 /app/src
|
21 |
|
22 |
EXPOSE 8501
|