Subham9126 commited on
Commit
2fba152
·
verified ·
1 Parent(s): 84739e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt-get update && apt-get install -y \
6
- git curl python3 python3-pip \
7
  && pip3 install --no-cache-dir pyyaml \
8
  && rm -rf /var/lib/apt/lists/*
9
 
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt-get update && apt-get install -y \
6
+ git git-lfs curl python3 python3-pip \
7
  && pip3 install --no-cache-dir pyyaml \
8
  && rm -rf /var/lib/apt/lists/*
9