Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
b9c88c9
1
Parent(s):
469a6c2
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 |
-
|
4 |
|
5 |
FROM python:3.11.5 as python-base
|
6 |
|
|
|
1 |
FROM debian:latest as musl-dev
|
2 |
RUN apt-get update
|
3 |
+
RUN apt-get install musl
|
4 |
|
5 |
FROM python:3.11.5 as python-base
|
6 |
|