Fix up env

This commit is contained in:
Raven Scott
2023-05-08 21:12:57 +02:00
parent 14fa3b06ff
commit 83a7bb90ed
3 changed files with 8 additions and 1 deletions

View File

@ -8,4 +8,4 @@ WORKDIR /usr/src/app
RUN pip install --no-cache-dir llama-cpp-python[server]
CMD python3 -m llama_cpp.server --model /usr/src/app/models/gpt4-x-alpaca-13b-native-4bit-128g.bin
CMD python3 -m llama_cpp.server