muryshev commited on
Commit
dcca087
·
1 Parent(s): 9777d1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ WORKDIR /app
32
 
33
  # Copy the executable from the build stage
34
  COPY --from=build /build/llama.cpp/build/bin/server /app
35
- COPY --from=build /data/model.gguf /data/model.gguf
36
 
37
  WORKDIR /data
38
 
 
32
 
33
  # Copy the executable from the build stage
34
  COPY --from=build /build/llama.cpp/build/bin/server /app
35
+ #COPY --from=build /data/model.gguf /data/model.gguf
36
 
37
  WORKDIR /data
38