Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ COPY ./requirements.txt /app/requirements.txt
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
8 |
|
9 |
-
RUN wget https://huggingface.co/
|
10 |
|
11 |
RUN useradd -m -u 1000 user
|
12 |
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
8 |
|
9 |
+
RUN wget https://huggingface.co/alpindale/goliath-120b-gguf/resolve/main/goliath-120b.Q3_K_L.gguf.ab -O model.gguf
|
10 |
|
11 |
RUN useradd -m -u 1000 user
|
12 |
|