Spaces:
Paused
Paused
Commit
·
e6f55fc
1
Parent(s):
ea6071e
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,10 @@ 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 |
-
&&
|
|
|
|
|
|
|
|
|
|
| 42 |
&& git commit -m 'Add model' \
|
| 43 |
&& git push
|
| 44 |
|
|
|
|
| 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
|
| 47 |
|