Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -46,6 +46,7 @@ RUN mkdir -p /app/.cache/akn && \
|
|
46 |
chmod -R 777 /app/.cache && \
|
47 |
cp version.json /app/.cache/akn/version.json
|
48 |
|
|
|
49 |
RUN pip3 install --upgrade pip setuptools
|
50 |
RUN pip3 install -r requirements.txt
|
51 |
|
|
|
46 |
chmod -R 777 /app/.cache && \
|
47 |
cp version.json /app/.cache/akn/version.json
|
48 |
|
49 |
+
RUN chown -R 1000:0 .
|
50 |
RUN pip3 install --upgrade pip setuptools
|
51 |
RUN pip3 install -r requirements.txt
|
52 |
|