Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nvidia/cuda:12.1.1-devel-
|
2 |
WORKDIR /app
|
3 |
|
4 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
|
|
1 |
+
FROM nvidia/cuda:12.1.1-devel-ubuntu20.04
|
2 |
WORKDIR /app
|
3 |
|
4 |
RUN apt-get update && apt-get install -y python3 python3-pip
|