thedamn commited on
Commit
b62fb7c
·
1 Parent(s): 34e17e0

docker tryy commit

Browse files
Files changed (1) hide show
  1. 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