Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ RUN apt-get update && \
|
|
26 |
nvidia-driver-550 \
|
27 |
python3.10 \
|
28 |
python3.10-venv \
|
|
|
29 |
python-is-python3 \
|
30 |
ffmpeg
|
31 |
|
|
|
26 |
nvidia-driver-550 \
|
27 |
python3.10 \
|
28 |
python3.10-venv \
|
29 |
+
python3-pip \
|
30 |
python-is-python3 \
|
31 |
ffmpeg
|
32 |
|