Nekochu commited on
Commit
0f0b7b0
·
1 Parent(s): 625132a

add git to runtime image for ace-step source clone

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ FROM ubuntu:22.04
32
  ENV DEBIAN_FRONTEND=noninteractive
33
 
34
  RUN apt-get update && apt-get install -y --no-install-recommends \
35
- libopenblas0 libgomp1 ca-certificates \
36
  python3 python3-pip curl \
37
  && rm -rf /var/lib/apt/lists/*
38
 
 
32
  ENV DEBIAN_FRONTEND=noninteractive
33
 
34
  RUN apt-get update && apt-get install -y --no-install-recommends \
35
+ libopenblas0 libgomp1 ca-certificates git \
36
  python3 python3-pip curl \
37
  && rm -rf /var/lib/apt/lists/*
38