Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
| 11 |
RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
| 12 |
|
| 13 |
# Install psutil first (to fix the Webscout dependency issue)
|
| 14 |
-
RUN pip install --no-cache-dir psutil
|
| 15 |
|
| 16 |
# Install all dependencies except Webscout
|
| 17 |
RUN grep -v "git+https://github.com/OE-LUCIFER/Webscout.git" requirements.txt > temp_requirements.txt && \
|
|
|
|
| 11 |
RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
| 12 |
|
| 13 |
# Install psutil first (to fix the Webscout dependency issue)
|
| 14 |
+
RUN pip install --no-cache-dir psutil pygetwindow
|
| 15 |
|
| 16 |
# Install all dependencies except Webscout
|
| 17 |
RUN grep -v "git+https://github.com/OE-LUCIFER/Webscout.git" requirements.txt > temp_requirements.txt && \
|