rgres commited on
Commit
615b174
·
1 Parent(s): 45b9ab4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9
2
  WORKDIR /app
3
 
4
  COPY ./requirements.txt /app/requirements.txt
 
1
+ FROM nvidia/cuda
2
  WORKDIR /app
3
 
4
  COPY ./requirements.txt /app/requirements.txt