Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -6,10 +6,8 @@ FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04
|
|
6 |
# Python and Pip
|
7 |
RUN apt-get update && apt-get install -y \
|
8 |
python3-pip \
|
9 |
-
wget
|
10 |
-
|
11 |
-
# sudo \
|
12 |
-
# rustc
|
13 |
|
14 |
# RUN cargo install os_info_cli
|
15 |
|
|
|
6 |
# Python and Pip
|
7 |
RUN apt-get update && apt-get install -y \
|
8 |
python3-pip \
|
9 |
+
wget
|
10 |
+
|
|
|
|
|
11 |
|
12 |
# RUN cargo install os_info_cli
|
13 |
|