Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY . /app
|
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
# Download the model from Hugging Face
|
| 14 |
-
RUN huggingface-cli login --token $HF_TOKEN
|
| 15 |
RUN ollama run hf.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated-GGUF
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
# Download the model from Hugging Face
|
| 14 |
+
RUN huggingface-cli login [--token $HF_TOKEN]
|
| 15 |
RUN ollama run hf.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated-GGUF
|
| 16 |
|
| 17 |
|