michaelfeil commited on
Commit
b80479c
1 Parent(s): 982ee19

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
- FROM python:3.10
2
  ENV PIP_ROOT_USER_ACTION=ignore
3
 
 
4
  WORKDIR /app
5
  COPY . .
6
 
 
1
+ FROM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
2
  ENV PIP_ROOT_USER_ACTION=ignore
3
 
4
+ RUN apt-get update && apt-get upgrade && apt-get install -y python3 python3-dev python3-pip
5
  WORKDIR /app
6
  COPY . .
7