Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
e8e4120
1
Parent(s):
4d370cf
Nvidia base image.
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ RUN apt-get update
|
|
3 |
RUN apt-get install musl
|
4 |
COPY --from=musl-dev /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
|
5 |
|
6 |
-
FROM python:3.11.5 as python-
|
7 |
|
8 |
FROM nvidia/cuda:12.6.0-cudnn-runtime-ubuntu24.04 as final
|
9 |
RUN apt-get update
|
|
|
3 |
RUN apt-get install musl
|
4 |
COPY --from=musl-dev /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
|
5 |
|
6 |
+
FROM python:3.11.5 as python-base
|
7 |
|
8 |
FROM nvidia/cuda:12.6.0-cudnn-runtime-ubuntu24.04 as final
|
9 |
RUN apt-get update
|