added curl
Browse files- 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
|