WaysAheadGlobal commited on
Commit
59e80a0
·
verified ·
1 Parent(s): 621bb5d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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