Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ RUN pip install --no-cache --upgrade pip
|
|
11 |
RUN pip install --no-cache --timeout=120 -r /app/requirements.txt
|
12 |
|
13 |
WORKDIR /app
|
|
|
|
|
14 |
EXPOSE 7860
|
15 |
|
16 |
|
|
|
11 |
RUN pip install --no-cache --timeout=120 -r /app/requirements.txt
|
12 |
|
13 |
WORKDIR /app
|
14 |
+
|
15 |
+
RUN chmod 777 /app/_secret_auth_.json
|
16 |
EXPOSE 7860
|
17 |
|
18 |
|