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