File size: 147 Bytes
19822a8 | 1 2 3 4 5 6 7 | FROM debian:bookworm-slim
RUN apt-get update && apt-get upgrade
RUN apt-get install -y git git-lfs pip cmake python3
CMD ["sleep", " infinity"]
|
19822a8 | 1 2 3 4 5 6 7 | FROM debian:bookworm-slim
RUN apt-get update && apt-get upgrade
RUN apt-get install -y git git-lfs pip cmake python3
CMD ["sleep", " infinity"]
|