Spaces:
Running
Running
Hjgugugjhuhjggg
commited on
Update Dockerfile
Browse files- Dockerfile +3 -5
Dockerfile
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
FROM ollama/ollama
|
2 |
|
3 |
-
# Exponer el puerto 7860
|
4 |
-
EXPOSE 7860
|
5 |
-
|
6 |
-
# Usar el usuario root
|
7 |
USER root
|
|
|
|
|
|
1 |
+
FROM ollama/ollama:latest
|
2 |
|
|
|
|
|
|
|
|
|
3 |
USER root
|
4 |
+
|
5 |
+
RUN ollama serve
|