jclyo1 commited on
Commit
4af27c4
1 Parent(s): 86768dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ 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
 
6
  # Python and Pip
7
  RUN apt-get update && apt-get install -y \
8
  python3-pip \
9
+ wget
10
  # curl \
11
  # sudo \
12
  # rustc