djkesu commited on
Commit
bebcb28
1 Parent(s): b4cb0eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:12.2.0-base-ubuntu22.04
2
 
3
  COPY . /app
4
 
 
1
+ FROM python:3.8
2
 
3
  COPY . /app
4