Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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 |
|