Skip to content

Commit

Permalink
Update cpu.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 26, 2024
1 parent b9cf312 commit 3bd7e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/cpu/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install 'llama
EXPOSE 8008

# Run the server
CMD python3 -m llama_cpp.server --config_file config-cpu.json
CMD python -m llama_cpp.server --config_file config-cpu.json

0 comments on commit 3bd7e11

Please sign in to comment.