Spaces:
Running
Running
add git to runtime image for ace-step source clone
Browse files- 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 |
|