Spaces:
Sleeping
Sleeping
docker tryy commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
14 |
|
15 |
# Copy the rest of your application files
|
16 |
|
17 |
-
curl -O https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin
|
18 |
|
19 |
EXPOSE 7860
|
20 |
|
|
|
14 |
|
15 |
# Copy the rest of your application files
|
16 |
|
17 |
+
RUN curl -O https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin
|
18 |
|
19 |
EXPOSE 7860
|
20 |
|