Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
eder0782
/
localAi
like
0
Runtime error
App
Files
Files
Community
main
localAi
/
Dockerfile.aio
eder0782
inicio
7def60a
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
ARG
BASE_IMAGE
=ubuntu:22.04
FROM
${BASE_IMAGE}
RUN
apt-
get
update && apt-
get
install -y pciutils && apt-
get
clean
COPY aio/ /aio
ENTRYPOINT [
"/aio/entrypoint.sh"
]