Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eder0782
/
localAi
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
localAi
/
examples
/
functions
/
Dockerfile
eder0782
inicio
7def60a
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
FROM
python:
3.12
-slim-bullseye
COPY
. /app
WORKDIR
/app
RUN
pip install --no-cache-dir -r requirements.txt
ENTRYPOINT
[
"python"
,
"./functions-openai.py"
]