Spaces:
Build error
Build error
Commit
·
29c41c1
1
Parent(s):
761daf8
build-essential
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM nvidia/cuda:12.1.0-runtime-ubuntu22.04
|
|
2 |
|
3 |
# 安装基础依赖和 Miniconda(来自 conda-forge 的 deb 包)
|
4 |
RUN apt-get update && apt-get install -y \
|
|
|
5 |
git \
|
6 |
wget \
|
7 |
ffmpeg \
|
|
|
2 |
|
3 |
# 安装基础依赖和 Miniconda(来自 conda-forge 的 deb 包)
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
+
build-essential \
|
6 |
git \
|
7 |
wget \
|
8 |
ffmpeg \
|