Christoph Holthaus
commited on
Commit
·
ab2d9f0
1
Parent(s):
72249cb
enable dl
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -58,9 +58,9 @@ RUN su - llama-cpp-user -c "cd ~/llama.cpp \
|
|
58 |
&& python3 -m pip install -r requirements.txt "
|
59 |
|
60 |
# Download model
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
|
65 |
# COPY entrypoint.sh /usr/bin/entrypoint
|
66 |
# RUN chmod 755 /usr/bin/entrypoint
|
|
|
58 |
&& python3 -m pip install -r requirements.txt "
|
59 |
|
60 |
# Download model
|
61 |
+
RUN su - llama-cpp-user -c "https://github.com/facebookresearch/llama.git ~/llama \
|
62 |
+
&& cd ~/llama \
|
63 |
+
&& ./download.sh "
|
64 |
|
65 |
# COPY entrypoint.sh /usr/bin/entrypoint
|
66 |
# RUN chmod 755 /usr/bin/entrypoint
|