Alex0007 commited on
Commit
a71483c
·
verified ·
1 Parent(s): 17e74a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -25,9 +25,6 @@ RUN git clone https://github.com/ggerganov/llama.cpp.git
25
  WORKDIR /app/llama.cpp
26
  RUN make
27
 
28
- # List contents to verify the location of the server executable
29
- RUN ls -la
30
-
31
  # Model download process
32
  RUN mkdir -p models/7B && \
33
  wget -O models/7B/${MODEL_FILE} ${MODEL_URL}
 
25
  WORKDIR /app/llama.cpp
26
  RUN make
27
 
 
 
 
28
  # Model download process
29
  RUN mkdir -p models/7B && \
30
  wget -O models/7B/${MODEL_FILE} ${MODEL_URL}