dkdaniz commited on
Commit
8b4dc3e
1 Parent(s): 7c5e1c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
  # syntax=docker/dockerfile:1
2
  # Build as `docker build . -t localgpt`, requires BuildKit.
3
  # Run as `docker run -it --mount src="$HOME/.cache",target=/root/.cache,type=bind --gpus=all localgpt`, requires Nvidia container toolkit.
4
- ARG CUDA_IMAGE="12.2.0-devel-ubuntu20.04"
5
- FROM nvidia/cuda:${CUDA_IMAGE}
6
 
7
  RUN apt-get update && apt-get upgrade -y \
8
  && apt-get install -y git build-essential \
 
1
  # syntax=docker/dockerfile:1
2
  # Build as `docker build . -t localgpt`, requires BuildKit.
3
  # Run as `docker run -it --mount src="$HOME/.cache",target=/root/.cache,type=bind --gpus=all localgpt`, requires Nvidia container toolkit.
4
+ FROM nvidia/cuda:11.7.1-runtime-ubuntu22.04
 
5
 
6
  RUN apt-get update && apt-get upgrade -y \
7
  && apt-get install -y git build-essential \