bbbipul commited on
Commit
567300b
·
verified ·
1 Parent(s): c657915

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@ FROM ghcr.io/ggerganov/llama.cpp:server
3
  # Install wget
4
  RUN apt-get update && apt-get install -y wget
5
 
 
 
6
  # Create a directory to store the downloaded file
7
  WORKDIR /app
8
 
 
3
  # Install wget
4
  RUN apt-get update && apt-get install -y wget
5
 
6
+ RUN mkdir -p /models/7B
7
+
8
  # Create a directory to store the downloaded file
9
  WORKDIR /app
10