houssamDev commited on
Commit
216f17e
·
verified ·
1 Parent(s): 3dd9bcd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
13
 
14
  COPY requirements.txt .
15
  COPY app.py .
 
16
 
17
  RUN pip3 install -r requirements.txt
18
  RUN mkdir -p /app/cache && chmod 777 /app/cache
 
13
 
14
  COPY requirements.txt .
15
  COPY app.py .
16
+ COPY recom.csv /app/recom.csv
17
 
18
  RUN pip3 install -r requirements.txt
19
  RUN mkdir -p /app/cache && chmod 777 /app/cache