neph1 commited on
Commit
a9ce82d
·
verified ·
1 Parent(s): 53791da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN mv llama.cpp llama_temp
12
  RUN mv llama_temp/* .
13
  RUN cmake -B build
14
  RUN cmake --build build --config Release
15
- RUN apt install socat -y
16
  #RUN ls -R | grep -i "llama-server"
17
  #RUN chmod +x ./build/bin/llama-server
18
 
 
12
  RUN mv llama_temp/* .
13
  RUN cmake -B build
14
  RUN cmake --build build --config Release
15
+ #RUN apt install socat -y
16
  #RUN ls -R | grep -i "llama-server"
17
  #RUN chmod +x ./build/bin/llama-server
18