Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN chmod +x ./detection_ja.sh
|
|
11 |
|
12 |
# detection_ja.sh を実行
|
13 |
RUN ./detection_ja.sh
|
14 |
-
RUN
|
15 |
|
16 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
17 |
RUN apt-get update && \
|
|
|
11 |
|
12 |
# detection_ja.sh を実行
|
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 && \
|