Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get upgrade -y
|
|
|
|
| 5 |
RUN apt-get install -y python3-pip python3-dev
|
| 6 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 7 |
RUN apt-get install -y git
|
|
|
|
| 2 |
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get upgrade -y
|
| 5 |
+
RUN apt-get install -y wget
|
| 6 |
RUN apt-get install -y python3-pip python3-dev
|
| 7 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 8 |
RUN apt-get install -y git
|