khalednabawi11 commited on
Commit
15d28f5
·
verified ·
1 Parent(s): 965b0e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -10,6 +10,9 @@ RUN apt-get update && apt-get install -y \
10
  curl \
11
  && rm -rf /var/lib/apt/lists/*
12
 
 
 
 
13
  # Copy requirements and install
14
  COPY app/requirements.txt .
15
  RUN pip install --no-cache-dir -r requirements.txt
 
10
  curl \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
+
14
+ RUN mkdir -p app/models/.cache/huggingface
15
+
16
  # Copy requirements and install
17
  COPY app/requirements.txt .
18
  RUN pip install --no-cache-dir -r requirements.txt