Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
|
@@ -28,9 +28,5 @@ ENV OLLAMA_HOST=0.0.0.0:7860
|
|
| 28 |
# Expose the default port
|
| 29 |
EXPOSE 7860
|
| 30 |
|
| 31 |
-
RUN ls -la
|
| 32 |
-
|
| 33 |
-
RUN ls -la /usr/local/bin/
|
| 34 |
-
|
| 35 |
# Use the custom entrypoint script
|
| 36 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
|
|
|
| 28 |
# Expose the default port
|
| 29 |
EXPOSE 7860
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
# Use the custom entrypoint script
|
| 32 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|