Skip to content

Commit

Permalink
Merge pull request ggerganov#258 from Pipboyguy/main
Browse files Browse the repository at this point in the history
Change docker build dynamic param to image instead of cuda version
  • Loading branch information
abetlen authored May 22, 2023
2 parents c3e80b1 + e6639e6 commit 01c79e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.cuda
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CUDA_VERSION=12.1.1
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
FROM ${CUDA_IMAGE}

# We need to set the host to 0.0.0.0 to allow outside access
ENV HOST 0.0.0.0
Expand Down

0 comments on commit 01c79e7

Please sign in to comment.