Spaces:
Sleeping
Sleeping
michaelfeil
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
FROM
|
2 |
ENV PIP_ROOT_USER_ACTION=ignore
|
3 |
|
|
|
4 |
WORKDIR /app
|
5 |
COPY . .
|
6 |
|
|
|
1 |
+
FROM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
|
2 |
ENV PIP_ROOT_USER_ACTION=ignore
|
3 |
|
4 |
+
RUN apt-get update && apt-get upgrade && apt-get install -y python3 python3-dev python3-pip
|
5 |
WORKDIR /app
|
6 |
COPY . .
|
7 |
|