Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ RUN userdel ubuntu && useradd -m -u 1000 appuser
|
|
36 |
|
37 |
|
38 |
#COPY --chown=appuser model_llm_local/model_ollama3 /usr/share/ollama/.ollama/models
|
39 |
-
COPY --chown=appuser model_llm_local/
|
40 |
|
41 |
#RUN chmod 777 /home/appuser/.ollama/models
|
42 |
# Copy the entry point script
|
|
|
36 |
|
37 |
|
38 |
#COPY --chown=appuser model_llm_local/model_ollama3 /usr/share/ollama/.ollama/models
|
39 |
+
COPY --chown=appuser model_llm_local/jsonl_llama3_instruct /usr/share/ollama/.ollama/models
|
40 |
|
41 |
#RUN chmod 777 /home/appuser/.ollama/models
|
42 |
# Copy the entry point script
|