HirCoir commited on
Commit
b165328
1 Parent(s): 84fdffe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -33,7 +33,6 @@ RUN tar xvf piper_linux_x86_64.tar.gz && \
33
  # Expone el puerto en el que Flask se ejecutará dentro del contenedor
34
  EXPOSE 7860
35
 
36
- RUN ollama pull llama3.2:1b
37
  RUN echo '#!/bin/bash\n\
38
  python app.py' > start.sh
39
  # Haz que el script sea ejecutable
 
33
  # Expone el puerto en el que Flask se ejecutará dentro del contenedor
34
  EXPOSE 7860
35
 
 
36
  RUN echo '#!/bin/bash\n\
37
  python app.py' > start.sh
38
  # Haz que el script sea ejecutable