Skip to content

Commit

Permalink
Update cuda.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 26, 2024
1 parent 5eb46aa commit 43962f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/cuda/cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ RUN CMAKE_ARGS="-DLLAMA_CUDA=on" FORCE_CMAKE=1 pip install 'llama-cpp-python[ser
EXPOSE 8008

# Run the server
CMD python3 -m llama_cpp.server --config_file config-cuda.json
CMD ["python", "-m", "llama_cpp.server", "--config_file", "config-cuda.json"]

0 comments on commit 43962f0

Please sign in to comment.