Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY ./ /api/
|
|
7 |
RUN pip install --upgrade pip
|
8 |
RUN pip install -r requirements.txt
|
9 |
RUN mkdir /api/models
|
10 |
-
RUN chmod a+rwx
|
11 |
|
12 |
EXPOSE 7860
|
13 |
|
|
|
7 |
RUN pip install --upgrade pip
|
8 |
RUN pip install -r requirements.txt
|
9 |
RUN mkdir /api/models
|
10 |
+
RUN chmod a+rwx /api/models
|
11 |
|
12 |
EXPOSE 7860
|
13 |
|