Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,6 +6,8 @@ WORKDIR /opt/NekoImageGallery
|
|
6 |
|
7 |
RUN mkdir -p /opt/cache/huggingface
|
8 |
RUN chmod 777 /opt/cache/huggingface
|
|
|
|
|
9 |
|
10 |
COPY requirements.txt .
|
11 |
|
|
|
6 |
|
7 |
RUN mkdir -p /opt/cache/huggingface
|
8 |
RUN chmod 777 /opt/cache/huggingface
|
9 |
+
RUN mkdir -p /opt/NekoImageGallery/static/thumbnails
|
10 |
+
RUN chmod 777 /opt/NekoImageGallery/static/thumbnails
|
11 |
|
12 |
COPY requirements.txt .
|
13 |
|