Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -67,7 +67,7 @@ RUN mkdir -p uploads && chmod 777 uploads
|
|
67 |
COPY . .
|
68 |
COPY requirements.txt .
|
69 |
RUN pip3 install --no-cache-dir --only-binary :all: -r requirements.txt
|
70 |
-
RUN pip3 install --upgrade pip
|
71 |
|
72 |
RUN chown -R 1000:0 .
|
73 |
RUN chmod 777 .
|
|
|
67 |
COPY . .
|
68 |
COPY requirements.txt .
|
69 |
RUN pip3 install --no-cache-dir --only-binary :all: -r requirements.txt
|
70 |
+
RUN pip3 install --upgrade pip setuptools
|
71 |
|
72 |
RUN chown -R 1000:0 .
|
73 |
RUN chmod 777 .
|