Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
e22d040
1
Parent(s):
3c3f32d
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM python:
|
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
|