concedo commited on
Commit
51942bf
·
verified ·
1 Parent(s): 355c978

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
2
  ARG CLI
3
  RUN mkdir /opt/koboldcpp
4
- RUN apt update && apt install git wget python3-pip -y
5
  WORKDIR /opt/koboldcpp
6
  RUN curl -fLo koboldcpp https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp-linux-x64-nocuda
7
  RUN chmod +x ./koboldcpp
 
1
  FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
2
  ARG CLI
3
  RUN mkdir /opt/koboldcpp
4
+ RUN apt update && apt install git wget curl python3-pip -y
5
  WORKDIR /opt/koboldcpp
6
  RUN curl -fLo koboldcpp https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp-linux-x64-nocuda
7
  RUN chmod +x ./koboldcpp