Spaces:
No application file
No application file
Update Dockerfile
Browse files- 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
|