jclyo1 commited on
Commit
5f9ce6c
1 Parent(s): c28e281

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # curl \
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