jclyo1 commited on
Commit
ab54553
1 Parent(s): e044224
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +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
- unzip
 
10
 
11
 
12
  WORKDIR /code
 
6
  # Python and Pip
7
  RUN apt-get update && apt-get install -y \
8
  python3-pip \
9
+ unzip \
10
+ jq
11
 
12
 
13
  WORKDIR /code