ash-171 commited on
Commit
12c77d8
·
verified ·
1 Parent(s): 68a93fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ COPY . .
27
  RUN wget -O src/custome_interface.py https://huggingface.co/Jzuluaga/accent-id-commonaccent_xlsr-en-english/resolve/main/custom_interface.py
28
 
29
  # Pulling LLaMA model (optional pre-pull)
30
- RUN curl -fsSL https://ollama.com/install.sh | sh && ollama pull llama3.1
31
 
32
  EXPOSE 8501
33
 
 
27
  RUN wget -O src/custome_interface.py https://huggingface.co/Jzuluaga/accent-id-commonaccent_xlsr-en-english/resolve/main/custom_interface.py
28
 
29
  # Pulling LLaMA model (optional pre-pull)
30
+ RUN curl -fsSL https://ollama.com/install.sh | sh && ollama pull gemma3
31
 
32
  EXPOSE 8501
33