Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -64,9 +64,6 @@ COPY requirements.txt .
|
|
64 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
65 |
RUN pip3 install -r requirements.txt
|
66 |
|
67 |
-
RUN chown -R 1000:0 /dev/shm
|
68 |
-
RUN chmod 777 /dev/shm
|
69 |
-
RUN mount -o remount,size=2G /dev/shm
|
70 |
RUN chown -R 1000:0 .
|
71 |
RUN chmod 777 .
|
72 |
RUN chown -R 1000:0 /app
|
|
|
64 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
65 |
RUN pip3 install -r requirements.txt
|
66 |
|
|
|
|
|
|
|
67 |
RUN chown -R 1000:0 .
|
68 |
RUN chmod 777 .
|
69 |
RUN chown -R 1000:0 /app
|