jclyo1 commited on
Commit
f065d33
1 Parent(s): ab54553

added curl

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,7 +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
  unzip \
10
- jq
 
11
 
12
 
13
  WORKDIR /code
 
7
  RUN apt-get update && apt-get install -y \
8
  python3-pip \
9
  unzip \
10
+ jq \
11
+ curl
12
 
13
 
14
  WORKDIR /code