Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ RUN chmod +x ./upload.sh
|
|
| 12 |
|
| 13 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
| 14 |
RUN apt-get update && \
|
| 15 |
-
apt-get install -y jq git-lfs zip rsync && \
|
| 16 |
git lfs install
|
| 17 |
|
| 18 |
RUN ./replace_ja.sh
|
|
|
|
| 12 |
|
| 13 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
| 14 |
RUN apt-get update && \
|
| 15 |
+
apt-get install -y jq git-lfs zip git rsync && \
|
| 16 |
git lfs install
|
| 17 |
|
| 18 |
RUN ./replace_ja.sh
|