Spaces:
Sleeping
Sleeping
CrazyMonkey0
commited on
Commit
·
482015f
1
Parent(s):
33c584f
fix(docker): switch version python to 3.12
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
# Use prebuilt Debian image with llama-cpp-python
|
| 2 |
-
FROM ghcr.io/abetlen/llama-cpp-python:
|
| 3 |
-
|
| 4 |
# Set working directory
|
| 5 |
WORKDIR /app
|
| 6 |
|
|
|
|
| 1 |
# Use prebuilt Debian image with llama-cpp-python
|
| 2 |
+
FROM ghcr.io/abetlen/llama-cpp-python:python3.12
|
|
|
|
| 3 |
# Set working directory
|
| 4 |
WORKDIR /app
|
| 5 |
|