Skip to content

Commit 6b1a0d7

Browse files
authored
Update Dockerfile
1 parent 877a3a4 commit 6b1a0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
&& rm -rf /var/lib/apt/lists/*
1616

1717
# download models to be used by default
18-
# this part is non mandatory, costs 500 Mo, and ease image usage
18+
# this part is non mandatory, costs 15 Mo, and ease image usage
1919
ARG u='https://github.com/ina-foss/inaSpeechSegmenter/releases/download/models/'
2020
ADD ${u}keras_male_female_cnn.hdf5 \
2121
${u}keras_speech_music_cnn.hdf5 \

0 commit comments

Comments
 (0)