Spaces:
Paused
Paused
Commit
·
5569321
1
Parent(s):
c909fc7
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -38,9 +38,9 @@ RUN git config --global user.email "matthoffner@gmail.com" \
|
|
| 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
|