Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -54,10 +54,10 @@ RUN ls -a
|
|
54 |
|
55 |
# Prepare the entrypoint scripts
|
56 |
COPY --chown=pn start_ollama.sh start_ollama.sh
|
57 |
-
COPY --chown=pn
|
58 |
RUN ls -a
|
59 |
RUN chmod +x start_ollama.sh
|
60 |
-
RUN chmod +x
|
61 |
|
62 |
# Expose the port 11434 for ollama, 8080 for the backend, and 8000 for FastAPI
|
63 |
EXPOSE 8080 8000
|
|
|
54 |
|
55 |
# Prepare the entrypoint scripts
|
56 |
COPY --chown=pn start_ollama.sh start_ollama.sh
|
57 |
+
COPY --chown=pn run.sh run.sh
|
58 |
RUN ls -a
|
59 |
RUN chmod +x start_ollama.sh
|
60 |
+
RUN chmod +x run.sh
|
61 |
|
62 |
# Expose the port 11434 for ollama, 8080 for the backend, and 8000 for FastAPI
|
63 |
EXPOSE 8080 8000
|