Spaces:
Paused
Paused
Commit
·
c909fc7
1
Parent(s):
e6f55fc
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -38,9 +38,9 @@ RUN git config --global user.email "[email protected]" \
|
|
38 |
&& touch $HOME/.netrc \
|
39 |
&& git clone https://huggingface.co/matthoffner/santacoder-wasm \
|
40 |
&& cd santacoder-wasm \
|
41 |
-
&& mv ../santacoder.wasm .
|
42 |
-
&& mv ../santacoder.js .
|
43 |
-
&& mv ../santacoder.data .
|
44 |
&& git add . \
|
45 |
&& git commit -m 'Add model' \
|
46 |
&& git push
|
|
|
38 |
&& touch $HOME/.netrc \
|
39 |
&& git clone https://huggingface.co/matthoffner/santacoder-wasm \
|
40 |
&& cd santacoder-wasm \
|
41 |
+
&& mv ../santacoder.wasm .
|
42 |
+
&& mv ../santacoder.js .
|
43 |
+
&& mv ../santacoder.data .
|
44 |
&& git add . \
|
45 |
&& git commit -m 'Add model' \
|
46 |
&& git push
|