Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
088dce3
1
Parent(s):
e8e4120
Nvidia base image.
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM debian:latest as musl-dev
|
2 |
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
|
|
|
1 |
FROM debian:latest as musl-dev
|
2 |
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
|