Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN git clone --depth 1 https://github.com/DLCV-BUAA/TinyLLaVABench.git /tmp/tlv
|
|
16 |
|
17 |
# Check existence (optional debug)
|
18 |
RUN test -d ./tinyllava
|
19 |
-
|
20 |
COPY app.py .
|
21 |
|
22 |
EXPOSE 8501
|
|
|
16 |
|
17 |
# Check existence (optional debug)
|
18 |
RUN test -d ./tinyllava
|
19 |
+
RUN mkdir -p /app/hf_cache && chmod -R 777 /app/hf_cache
|
20 |
COPY app.py .
|
21 |
|
22 |
EXPOSE 8501
|