Spaces:
Sleeping
Sleeping
MarcoAland
commited on
Commit
•
cde9ab9
1
Parent(s):
22d2527
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -25,8 +25,8 @@ WORKDIR $HOME/app
|
|
25 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
-
#RUN ollama serve & sleep 5 && ollama pull MarcoAland/llama3.1-rag-indo
|
29 |
|
30 |
-
RUN ollama pull MarcoAland/llama3.1-rag-indo
|
31 |
|
32 |
CMD python app.py
|
|
|
25 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
+
# RUN ollama serve & sleep 5 && ollama pull MarcoAland/llama3.1-rag-indo
|
29 |
|
30 |
+
# RUN ollama pull MarcoAland/llama3.1-rag-indo
|
31 |
|
32 |
CMD python app.py
|