Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -9,10 +9,7 @@ COPY . .
|
|
9 |
# detection_ja.sh に実行権限を付与
|
10 |
RUN chmod +x ./detection_ja.sh
|
11 |
|
12 |
-
|
13 |
-
RUN ./detection_ja.sh
|
14 |
-
RUN file -bi ./test_ja.txt
|
15 |
-
|
16 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
17 |
RUN apt-get update && \
|
18 |
apt-get install -y git-lfs && \
|
|
|
9 |
# detection_ja.sh に実行権限を付与
|
10 |
RUN chmod +x ./detection_ja.sh
|
11 |
|
12 |
+
RUN ./replace_ja.sh
|
|
|
|
|
|
|
13 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
14 |
RUN apt-get update && \
|
15 |
apt-get install -y git-lfs && \
|