Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ WORKDIR /home/appuser/.ollama
|
|
| 21 |
#Copy dossier de models
|
| 22 |
|
| 23 |
COPY --chown=appuser /models /.ollama
|
| 24 |
-
RUN
|
| 25 |
# Copy the entry point script
|
| 26 |
#COPY --chown=appuser entrypoint.sh /entrypoint.sh
|
| 27 |
#RUN chmod +x /entrypoint.sh
|
|
|
|
| 21 |
#Copy dossier de models
|
| 22 |
|
| 23 |
COPY --chown=appuser /models /.ollama
|
| 24 |
+
RUN chmod 777 /home/appuser/.ollama/models
|
| 25 |
# Copy the entry point script
|
| 26 |
#COPY --chown=appuser entrypoint.sh /entrypoint.sh
|
| 27 |
#RUN chmod +x /entrypoint.sh
|