nikhilkomakula commited on
Commit
d1d016f
·
1 Parent(s): c5a203e

Added Sudo

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -28,10 +28,10 @@ COPY --chown=user src $HOME/app/src
28
  COPY --chown=user indexes $HOME/app/indexes
29
 
30
  # install git
31
- RUN apt-get update && \
32
- apt-get upgrade -y && \
33
- apt-get install -y git && \
34
- apt-get install -y git-lfs
35
 
36
  # Copy git lfs files
37
  RUN git clone --no-checkout --depth 1 https://huggingface.co/spaces/nikhilkomakula/llm-rag-op-chatbot
 
28
  COPY --chown=user indexes $HOME/app/indexes
29
 
30
  # install git
31
+ RUN sudo apt-get update && \
32
+ sudo apt-get upgrade -y && \
33
+ sudo apt-get install -y git && \
34
+ sudo apt-get install -y git-lfs
35
 
36
  # Copy git lfs files
37
  RUN git clone --no-checkout --depth 1 https://huggingface.co/spaces/nikhilkomakula/llm-rag-op-chatbot