Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 23 |
COPY requirements.txt ./
|
| 24 |
COPY src/ ./src/
|
| 25 |
|
| 26 |
-
RUN pip3 install -r requirements.txt
|
| 27 |
|
| 28 |
RUN playwright install --with-deps
|
| 29 |
|
|
|
|
| 23 |
COPY requirements.txt ./
|
| 24 |
COPY src/ ./src/
|
| 25 |
|
| 26 |
+
RUN pip3 install --no-cache-dir -r requirements.txt
|
| 27 |
|
| 28 |
RUN playwright install --with-deps
|
| 29 |
|