jammss commited on
Commit
77ee54e
·
verified ·
1 Parent(s): 536ac2d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Based on llama-gpt-api:
2
  # Pin the image to llama-cpp-python 0.1.78 to avoid ggml => gguf breaking changes
3
- FROM ghcr.io/abetlen/llama-cpp-python:latest@sha256:b6d21ff8c4d9baad65e1fa741a0f8c898d68735fff3f3cd777e3f0c6a1839dd4
4
 
5
  VOLUME ["/models"]
6
 
 
1
  # Based on llama-gpt-api:
2
  # Pin the image to llama-cpp-python 0.1.78 to avoid ggml => gguf breaking changes
3
+ FROM ghcr.io/abetlen/llama-cpp-python:latest
4
 
5
  VOLUME ["/models"]
6