Kangarroar commited on
Commit
e22d040
1 Parent(s): 3c3f32d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM python:3.8.10
2
-
3
  WORKDIR /app
4
 
5
  COPY ./requirements.txt /app/requirements.txt
 
1
+ FROM misakiminato/cuda-python:cu12.0.0-py3.8.16-devel-ubuntu18.04
 
2
  WORKDIR /app
3
 
4
  COPY ./requirements.txt /app/requirements.txt