Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -33,6 +33,7 @@ ENV PATH="/app/venv/bin:/root/.ollama/bin:$PATH"
|
|
| 33 |
|
| 34 |
# Expose the server port
|
| 35 |
EXPOSE 7860
|
|
|
|
| 36 |
|
| 37 |
# Copy the entry point script
|
| 38 |
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
| 33 |
|
| 34 |
# Expose the server port
|
| 35 |
EXPOSE 7860
|
| 36 |
+
EXPOSE 11434
|
| 37 |
|
| 38 |
# Copy the entry point script
|
| 39 |
COPY entrypoint.sh /entrypoint.sh
|