Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,8 +16,8 @@ WORKDIR /app/
|
|
16 |
COPY . .
|
17 |
|
18 |
|
19 |
-
RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
20 |
-
|
21 |
RUN pip install --no-cache-dir -U motor
|
22 |
RUN pip install --no-cache-dir -r requirements.txt
|
23 |
|
|
|
16 |
COPY . .
|
17 |
|
18 |
|
19 |
+
#RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
20 |
+
RUN pip install --no-cache-dir "setuptools<65.0"
|
21 |
RUN pip install --no-cache-dir -U motor
|
22 |
RUN pip install --no-cache-dir -r requirements.txt
|
23 |
|