Skip to content

Commit

Permalink
feat: CUDA 12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafeucht committed Oct 25, 2024
1 parent de7127a commit 932d1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.cuda
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.6.2-runtime-ubuntu24.04
FROM nvidia/cuda:12.6.2-base-ubuntu24.04
WORKDIR /app
COPY . /app
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.dev.cuda.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
services:
cuda:
cuda_dev:
build:
context: .
dockerfile: ./Dockerfile.cuda
ports:
- "8000:8000"
- "8100:8000"
volumes:
- ./models:/root/.cache/huggingface/hub:rw
environment:
Expand Down

0 comments on commit 932d1b1

Please sign in to comment.