Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ COPY requirements.txt .
|
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
|
8 |
COPY app.py .
|
9 |
-
COPY ./data /data
|
10 |
|
11 |
# Create a writable cache directory
|
12 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
|
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
|
8 |
COPY app.py .
|
9 |
+
COPY ./data /data
|
10 |
|
11 |
# Create a writable cache directory
|
12 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|