sparkleman commited on
Commit ·
353b634
1
Parent(s): ea2288b
UPDATE
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -30,8 +30,8 @@ apt update
|
|
| 30 |
apt install --no-install-recommends -y \
|
| 31 |
build-essential \
|
| 32 |
git \
|
| 33 |
-
cuda-nvcc-12-
|
| 34 |
-
cuda-cudart-dev-12-
|
| 35 |
python3-dev \
|
| 36 |
python3-pip \
|
| 37 |
libpython3.10-dev
|
|
|
|
| 30 |
apt install --no-install-recommends -y \
|
| 31 |
build-essential \
|
| 32 |
git \
|
| 33 |
+
cuda-nvcc-12-9 \
|
| 34 |
+
cuda-cudart-dev-12-9 \
|
| 35 |
python3-dev \
|
| 36 |
python3-pip \
|
| 37 |
libpython3.10-dev
|