Spaces:
Runtime error
Runtime error
tomo14151 commited on
Commit ·
cb3b8d0
1
Parent(s): 0733182
Force rebuild: add timestamp to break Docker cache
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
# Dockerfile for AJ API + Ollama
|
| 2 |
# NOTE: This Docker image must include Ollama and your model blobs.
|
| 3 |
# Building this image locally (on your machine where Ollama and model blobs exist) and pushing
|
|
@@ -36,3 +37,4 @@ EXPOSE 5000 11434
|
|
| 36 |
|
| 37 |
# Start command
|
| 38 |
CMD ["/app/start.sh"]
|
|
|
|
|
|
| 1 |
+
# Build timestamp: 20251109082758
|
| 2 |
# Dockerfile for AJ API + Ollama
|
| 3 |
# NOTE: This Docker image must include Ollama and your model blobs.
|
| 4 |
# Building this image locally (on your machine where Ollama and model blobs exist) and pushing
|
|
|
|
| 37 |
|
| 38 |
# Start command
|
| 39 |
CMD ["/app/start.sh"]
|
| 40 |
+
|