Spaces:
Runtime error
Runtime error
Commit ·
451f92d
1
Parent(s): 702a77b
chmod after download
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,8 @@ snapshot_download(
|
|
| 17 |
)
|
| 18 |
EOF
|
| 19 |
|
|
|
|
|
|
|
| 20 |
# 3) Copy your FastAPI code
|
| 21 |
COPY . .
|
| 22 |
|
|
|
|
| 17 |
)
|
| 18 |
EOF
|
| 19 |
|
| 20 |
+
RUN chmod -R a+rX /app/model_cache
|
| 21 |
+
|
| 22 |
# 3) Copy your FastAPI code
|
| 23 |
COPY . .
|
| 24 |
|