Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -26,6 +26,8 @@ RUN chmod -R 777 /app
|
|
| 26 |
# Ensure /tmp is writable too (common scratch space)
|
| 27 |
RUN chmod -R 777 /tmp
|
| 28 |
|
|
|
|
|
|
|
| 29 |
# Default command to run the script (change as needed)
|
| 30 |
EXPOSE 8000
|
| 31 |
|
|
|
|
| 26 |
# Ensure /tmp is writable too (common scratch space)
|
| 27 |
RUN chmod -R 777 /tmp
|
| 28 |
|
| 29 |
+
RUN chmod -R 777 /tmp/hf_cache
|
| 30 |
+
|
| 31 |
# Default command to run the script (change as needed)
|
| 32 |
EXPOSE 8000
|
| 33 |
|